Uses of Class
org.jenkinsci.plugins.cloudhubdeployer.common.ApiStatus
-
Packages that use ApiStatus Package Description org.jenkinsci.plugins.cloudhubdeployer.common -
-
Uses of ApiStatus in org.jenkinsci.plugins.cloudhubdeployer.common
Methods in org.jenkinsci.plugins.cloudhubdeployer.common that return ApiStatus Modifier and Type Method Description static ApiStatus
ApiStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiStatus[]
ApiStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-