Uses of Enum
io.quarkus.maven.ImageBuilder
Packages that use ImageBuilder
-
Uses of ImageBuilder in io.quarkus.maven
Methods in io.quarkus.maven that return ImageBuilderModifier and TypeMethodDescriptionAbstractImageMojo.getBuilder()static ImageBuilderReturns 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 ImageBuilderModifier and TypeMethodDescriptionstatic 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 ImageBuilderModifier and TypeMethodDescriptionstatic Optional<ImageBuilder> ImageBuilder.getBuilder(String name, Collection<ImageBuilder> projectBuilders) Get the image builder by name or the first one found in the project.