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