OnErrorDeploymentExtended Class

Definition

Deployment on error behavior with additional details.

public class OnErrorDeploymentExtended
Inheritance
java.lang.Object
OnErrorDeploymentExtended

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

OnErrorDeploymentExtended()

Methods

deploymentName()

Get the deployment to be used on error case.

provisioningState()

Get the state of the provisioning for the on error deployment.

type()

Get the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'.

withDeploymentName(String deploymentName)

Set the deployment to be used on error case.

withType(OnErrorDeploymentType type)

Set the deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment. Possible values include: 'LastSuccessful', 'SpecificDeployment'.

Applies to