Interface Deployment.ExecutionStages.WithWhatIf

All Superinterfaces:
Deployment.ExecutionStages.WithExecute, Deployment.ExecutionStages.WithWhatIfDeploymentMode, Deployment.ExecutionStages.WithWhatIfLocation, Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType, Deployment.ExecutionStages.WithWhatIfParameter, Deployment.ExecutionStages.WithWhatIfResultFormat, Deployment.ExecutionStages.WithWhatIfTemplate
All Known Subinterfaces:
Deployment.Execution
Enclosing interface:
Deployment.ExecutionStages

A deployment execution allowing What-if parameters to be specified.
  • Method Details

    • withDetailedLevel

      Deployment.ExecutionStages.WithWhatIf withDetailedLevel(String detailedLevel)
      Specifies the type of information to log for debugging.
      Parameters:
      detailedLevel - the detailed value to set.
      Returns:
      the next stage of the execution.
    • withDeploymentName

      Deployment.ExecutionStages.WithWhatIf withDeploymentName(String deploymentName)
      Specifies the deployment name to be used on error cases.
      Parameters:
      deploymentName - the deployment name to set.
      Returns:
      the next stage of the execution.