Uses of Class
io.quarkus.maven.ImageBuilder
-
Packages that use ImageBuilder Package Description io.quarkus.maven -
-
Uses of ImageBuilder in io.quarkus.maven
Methods in io.quarkus.maven that return ImageBuilder Modifier and Type Method Description ImageBuilderAbstractImageMojo. getBuilder()static ImageBuilderImageBuilder. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageBuilder[]ImageBuilder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.maven that return types with arguments of type ImageBuilder Modifier and Type Method Description static Optional<ImageBuilder>ImageBuilder. getBuilder(String name, Collection<ImageBuilder> projectBuilders)Get the image builder by name or the first one found in the project.static Optional<ImageBuilder>ImageBuilder. getBuilder(String name, org.apache.maven.project.MavenProject project)Get the image builder by name or the first one found in the project.Method parameters in io.quarkus.maven with type arguments of type ImageBuilder Modifier and Type Method Description static Optional<ImageBuilder>ImageBuilder. getBuilder(String name, Collection<ImageBuilder> projectBuilders)Get the image builder by name or the first one found in the project.
-