OnErrorDeployment Class

Definition

Deployment on error behavior.

public class OnErrorDeployment
Inheritance
java.lang.Object
OnErrorDeployment

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

OnErrorDeployment()

Methods

deploymentName()

Get the deployment to be used on error case.

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