Uses of Class
io.quarkus.container.image.s2i.deployment.BuildStrategy
-
Packages that use BuildStrategy Package Description io.quarkus.container.image.s2i.deployment -
-
Uses of BuildStrategy in io.quarkus.container.image.s2i.deployment
Methods in io.quarkus.container.image.s2i.deployment that return BuildStrategy Modifier and Type Method Description static BuildStrategyBuildStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static BuildStrategy[]BuildStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-