Uses of Class
com.oracle.bmc.devops.model.DeployStageExecutionStep.State
-
Packages that use DeployStageExecutionStep.State Package Description com.oracle.bmc.devops.model -
-
Uses of DeployStageExecutionStep.State in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployStageExecutionStep.State Modifier and Type Method Description static DeployStageExecutionStep.StateDeployStageExecutionStep.State. create(String key)DeployStageExecutionStep.StateDeployStageExecutionStep. getState()State of the step.static DeployStageExecutionStep.StateDeployStageExecutionStep.State. valueOf(String name)Returns the enum constant of this type with the specified name.static DeployStageExecutionStep.State[]DeployStageExecutionStep.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type DeployStageExecutionStep.State Modifier and Type Method Description DeployStageExecutionStep.BuilderDeployStageExecutionStep.Builder. state(DeployStageExecutionStep.State state)State of the step.Constructors in com.oracle.bmc.devops.model with parameters of type DeployStageExecutionStep.State Constructor Description DeployStageExecutionStep(String name, DeployStageExecutionStep.State state, Date timeStarted, Date timeFinished)Deprecated.
-