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