Uses of Class
com.oracle.bmc.devops.model.BuildStageRunStep.State
-
Packages that use BuildStageRunStep.State Package Description com.oracle.bmc.devops.model -
-
Uses of BuildStageRunStep.State in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BuildStageRunStep.State Modifier and Type Method Description static BuildStageRunStep.State
BuildStageRunStep.State. create(String key)
BuildStageRunStep.State
BuildStageRunStep. getState()
State of the step.static BuildStageRunStep.State
BuildStageRunStep.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuildStageRunStep.State[]
BuildStageRunStep.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 BuildStageRunStep.State Modifier and Type Method Description BuildStageRunStep.Builder
BuildStageRunStep.Builder. state(BuildStageRunStep.State state)
State of the step.Constructors in com.oracle.bmc.devops.model with parameters of type BuildStageRunStep.State Constructor Description BuildStageRunStep(String name, BuildStageRunStep.State state, Date timeStarted, Date timeFinished)
Deprecated.
-