Interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType

    • Method Detail

      • withLastSuccessfulOnErrorDeployment

        Deployment.ExecutionStages.WithWhatIf withLastSuccessfulOnErrorDeployment()
        Specifies the What-if deployment on error behavior type with value of 'LAST_SUCCESSFUL'.
        Returns:
        the next stage of the execution.
      • withSpecialDeploymentOnErrorDeployment

        Deployment.ExecutionStages.WithWhatIf withSpecialDeploymentOnErrorDeployment()
        Specifies the What-if deployment on error behavior type with value of 'SPECIFIC_DEPLOYMENT'.
        Returns:
        the next stage of the execution.