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.BuilderDeployStageExecutionStep. builder()Create a new builder.DeployStageExecutionStep.BuilderDeployStageExecutionStep.Builder. copy(DeployStageExecutionStep model)DeployStageExecutionStep.BuilderDeployStageExecutionStep.Builder. name(String name)Name of the step.DeployStageExecutionStep.BuilderDeployStageExecutionStep.Builder. state(DeployStageExecutionStep.State state)State of the step.DeployStageExecutionStep.BuilderDeployStageExecutionStep.Builder. timeFinished(Date timeFinished)Time when the step finished.DeployStageExecutionStep.BuilderDeployStageExecutionStep.Builder. timeStarted(Date timeStarted)Time when the step started.DeployStageExecutionStep.BuilderDeployStageExecutionStep. toBuilder()
-