Package com.oracle.bmc.devops.model
Class OkeBlueGreenDeployStageExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.OkeBlueGreenDeployStageExecutionProgress.Builder
-
- Enclosing class:
- OkeBlueGreenDeployStageExecutionProgress
public static class OkeBlueGreenDeployStageExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
deployStageDisplayName
public OkeBlueGreenDeployStageExecutionProgress.Builder deployStageDisplayName(String deployStageDisplayName)
-
deployStageId
public OkeBlueGreenDeployStageExecutionProgress.Builder deployStageId(String deployStageId)
-
timeStarted
public OkeBlueGreenDeployStageExecutionProgress.Builder timeStarted(Date timeStarted)
-
timeFinished
public OkeBlueGreenDeployStageExecutionProgress.Builder timeFinished(Date timeFinished)
-
status
public OkeBlueGreenDeployStageExecutionProgress.Builder status(DeployStageExecutionProgress.Status status)
-
deployStagePredecessors
public OkeBlueGreenDeployStageExecutionProgress.Builder deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
-
deployStageExecutionProgressDetails
public OkeBlueGreenDeployStageExecutionProgress.Builder deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
-
namespace
public OkeBlueGreenDeployStageExecutionProgress.Builder namespace(String namespace)
Namespace either environment A or environment B where artifacts are deployed.Example: blue - Name of the namespace where blue artifacts were deployed. green - Name of the namespace where green artifacts were deployed.
- Parameters:
namespace
- the value to set- Returns:
- this builder
-
build
public OkeBlueGreenDeployStageExecutionProgress build()
-
copy
public OkeBlueGreenDeployStageExecutionProgress.Builder copy(OkeBlueGreenDeployStageExecutionProgress model)
-
-