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