Uses of Class
com.oracle.bmc.devops.model.DeployStage.DeployStageType
-
Packages that use DeployStage.DeployStageType Package Description com.oracle.bmc.devops.model -
-
Uses of DeployStage.DeployStageType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployStage.DeployStageType Modifier and Type Method Description static DeployStage.DeployStageType
DeployStage.DeployStageType. create(String key)
static DeployStage.DeployStageType
DeployStage.DeployStageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeployStage.DeployStageType[]
DeployStage.DeployStageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-