Interface Deployment.ExecutionStages.WithWhatIfDeploymentMode
- All Known Subinterfaces:
Deployment.Execution
,Deployment.ExecutionStages.WithWhatIf
- Enclosing interface:
- Deployment.ExecutionStages
public static interface Deployment.ExecutionStages.WithWhatIfDeploymentMode
A deployment execution allowing deployment mode to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the mode with value of 'COMPLETE' in deployment properties.Specifies the mode with value of 'INCREMENTAL' in deployment properties.
-
Method Details
-
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.
-