Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType Interface

Definition

A deployment execution allowing on error deployment type to be specified.

public static interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType

Methods

withLastSuccessfulOnErrorDeployment()

Specifies the What-if deployment on error behavior type with value of 'LAST_SUCCESSFUL'.

withSpecialDeploymentOnErrorDeployment()

Specifies the What-if deployment on error behavior type with value of 'SPECIFIC_DEPLOYMENT'.

Applies to