public static class DeploymentExecutionProgress.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DeploymentExecutionProgress.Builder timeStarted(Date timeStarted)
Time the deployment is started. Format defined by RFC3339.
timeStarted
- the value to setpublic DeploymentExecutionProgress.Builder timeFinished(Date timeFinished)
Time the deployment is finished. Format defined by RFC3339.
timeFinished
- the value to setpublic DeploymentExecutionProgress.Builder deployStageExecutionProgress(Map<String,DeployStageExecutionProgress> deployStageExecutionProgress)
Map of stage OCIDs to deploy stage execution progress model.
deployStageExecutionProgress
- the value to setpublic DeploymentExecutionProgress build()
public DeploymentExecutionProgress.Builder copy(DeploymentExecutionProgress model)
Copyright © 2016–2024. All rights reserved.