Interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType
-
- All Known Subinterfaces:
Deployment.Execution,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentTypeA deployment execution allowing on error deployment type to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.ExecutionStages.WithWhatIfwithLastSuccessfulOnErrorDeployment()Specifies the What-if deployment on error behavior type with value of 'LAST_SUCCESSFUL'.Deployment.ExecutionStages.WithWhatIfwithSpecialDeploymentOnErrorDeployment()Specifies the What-if deployment on error behavior type with value of 'SPECIFIC_DEPLOYMENT'.
-
-
-
Method Detail
-
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.
-
-