Interface Deployment.ExecutionStages.WithWhatIfDeploymentMode
-
- All Known Subinterfaces:
Deployment.Execution,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIfDeploymentModeA deployment execution allowing deployment mode to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployment.ExecutionStages.WithWhatIfwithCompleteMode()Specifies the mode with value of 'COMPLETE' in deployment properties.Deployment.ExecutionStages.WithWhatIfwithIncrementalMode()Specifies the mode with value of 'INCREMENTAL' in deployment properties.
-
-
-
Method Detail
-
withIncrementalMode
Deployment.ExecutionStages.WithWhatIf withIncrementalMode()
Specifies the mode with value of 'INCREMENTAL' in deployment properties.- Returns:
- the next stage of the execution.
-
withCompleteMode
Deployment.ExecutionStages.WithWhatIf withCompleteMode()
Specifies the mode with value of 'COMPLETE' in deployment properties.- Returns:
- the next stage of the execution.
-
-