Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType Interface

public static interface Deployment.ExecutionStages.WithWhatIfOnErrorDeploymentType

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

Method Summary

Modifier and Type Method and Description
abstract WithWhatIf withLastSuccessfulOnErrorDeployment()

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

abstract WithWhatIf withSpecialDeploymentOnErrorDeployment()

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

Method Details

withLastSuccessfulOnErrorDeployment

public abstract 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

public abstract 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.

Applies to