Class ContainerBuilderJsonRpcService
java.lang.Object
io.quarkus.container.image.runtime.dev.ui.ContainerBuilderJsonRpcService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContainerBuilderJsonRpcService
public ContainerBuilderJsonRpcService()
-
-
Method Details
-
build
@JsonRpcDescription("This method build a specific container") public String build(@JsonRpcDescription("The type of build, valid value are `jar`, `mutable-jar` or `native`") String type, @JsonRpcDescription("The builder to use. Valid available builders is in the mcp resource `quarkus-container-image_builderTypes`") String builder)
-