Package com.oracle.bmc.devops.model
Class DeploymentExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeploymentExecutionProgress.Builder
-
- Enclosing class:
- DeploymentExecutionProgress
public static class DeploymentExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentExecutionProgress
build()
DeploymentExecutionProgress.Builder
copy(DeploymentExecutionProgress model)
DeploymentExecutionProgress.Builder
deployStageExecutionProgress(Map<String,DeployStageExecutionProgress> deployStageExecutionProgress)
Map of stage OCIDs to deploy stage execution progress model.DeploymentExecutionProgress.Builder
timeFinished(Date timeFinished)
Time the deployment is finished.DeploymentExecutionProgress.Builder
timeStarted(Date timeStarted)
Time the deployment is started.
-
-
-
Method Detail
-
timeStarted
public DeploymentExecutionProgress.Builder timeStarted(Date timeStarted)
Time the deployment is started.Format defined by RFC3339.
- Parameters:
timeStarted
- the value to set- Returns:
- this builder
-
timeFinished
public DeploymentExecutionProgress.Builder timeFinished(Date timeFinished)
Time the deployment is finished.Format defined by RFC3339.
- Parameters:
timeFinished
- the value to set- Returns:
- this builder
-
deployStageExecutionProgress
public DeploymentExecutionProgress.Builder deployStageExecutionProgress(Map<String,DeployStageExecutionProgress> deployStageExecutionProgress)
Map of stage OCIDs to deploy stage execution progress model.- Parameters:
deployStageExecutionProgress
- the value to set- Returns:
- this builder
-
build
public DeploymentExecutionProgress build()
-
copy
public DeploymentExecutionProgress.Builder copy(DeploymentExecutionProgress model)
-
-