Interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
- All Known Subinterfaces:
Deployment.Execution,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
A deployment execution allowing on error deployment type to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the What-if deployment on error behavior type with value of 'LAST_SUCCESSFUL'.Specifies the What-if deployment on error behavior type with value of 'SPECIFIC_DEPLOYMENT'.
-
Method Details
-
withLastSuccessfulOnErrorDeployment
Deployment.ExecutionStages.WithWhatIf withLastSuccessfulOnErrorDeployment()Specifies the What-if deployment on error behavior type with value of 'LAST_SUCCESSFUL'.- Returns:
- the next stage of the execution.
-
withSpecialDeploymentOnErrorDeployment
Deployment.ExecutionStages.WithWhatIf withSpecialDeploymentOnErrorDeployment()Specifies the What-if deployment on error behavior type with value of 'SPECIFIC_DEPLOYMENT'.- Returns:
- the next stage of the execution.
-