Interface Deployment.ExecutionStages
-
- Enclosing interface:
- Deployment
public static interface Deployment.ExecutionStagesGrouping of all the deployment execution stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDeployment.ExecutionStages.BlankThe first stage of deployment execution.static interfaceDeployment.ExecutionStages.WithExecuteA deployment definition allowing the execution to be specified.static interfaceDeployment.ExecutionStages.WithWhatIfA deployment execution allowing What-if parameters to be specified.static interfaceDeployment.ExecutionStages.WithWhatIfDeploymentModeA deployment execution allowing deployment mode to be specified.static interfaceDeployment.ExecutionStages.WithWhatIfLocationA deployment execution allowing data storage location to be specified.static interfaceDeployment.ExecutionStages.WithWhatIfOnErrorDeploymentTypeA deployment execution allowing on error deployment type to be specified.static interfaceDeployment.ExecutionStages.WithWhatIfParameterA deployment execution allowing parameter to be specified.static interfaceDeployment.ExecutionStages.WithWhatIfResultFormatA deployment execution allowing result format to be specified.static interfaceDeployment.ExecutionStages.WithWhatIfTemplateA deployment execution allowing template to be specified.
-