Uses of Class
com.oracle.bmc.devops.model.DeployStageExecutionStep.Builder
-
Packages that use DeployStageExecutionStep.Builder Package Description com.oracle.bmc.devops.model -
-
Uses of DeployStageExecutionStep.Builder in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployStageExecutionStep.Builder Modifier and Type Method Description static DeployStageExecutionStep.Builder
DeployStageExecutionStep. builder()
Create a new builder.DeployStageExecutionStep.Builder
DeployStageExecutionStep.Builder. copy(DeployStageExecutionStep model)
DeployStageExecutionStep.Builder
DeployStageExecutionStep.Builder. name(String name)
Name of the step.DeployStageExecutionStep.Builder
DeployStageExecutionStep.Builder. state(DeployStageExecutionStep.State state)
State of the step.DeployStageExecutionStep.Builder
DeployStageExecutionStep.Builder. timeFinished(Date timeFinished)
Time when the step finished.DeployStageExecutionStep.Builder
DeployStageExecutionStep.Builder. timeStarted(Date timeStarted)
Time when the step started.DeployStageExecutionStep.Builder
DeployStageExecutionStep. toBuilder()
-