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 Details

    • withIncrementalMode

      Specifies the mode with value of 'INCREMENTAL' in deployment properties.
      Returns:
      the next stage of the execution.
    • withCompleteMode

      Specifies the mode with value of 'COMPLETE' in deployment properties.
      Returns:
      the next stage of the execution.