public static final class DeploymentChecksStatus.Builder
extends java.lang.Object
DeploymentChecksStatus.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DeploymentChecksStatus. |
| Modifier and Type | Method and Description |
|---|---|
DeploymentChecksStatus |
build() |
DeploymentChecksStatus.Builder |
setDescription(java.lang.String description)
Show more information about pre/post check performed.
|
DeploymentChecksStatus.Builder |
setName(java.lang.String name)
Name of pre/post check
|
DeploymentChecksStatus.Builder |
setReason(java.lang.String reason)
Reason for failure of pre/post check.
|
DeploymentChecksStatus.Builder |
setStatus(java.lang.String status)
Possible values are:
DeploymentChecksStatus.STATUS_SUCCESS
DeploymentChecksStatus.STATUS_FAILED
DeploymentChecksStatus.STATUS_WARNING
DeploymentChecksStatus.STATUS_SKIPPED
DeploymentChecksStatus.STATUS_IN_PROGRESS
DeploymentChecksStatus.STATUS_STOPPING
DeploymentChecksStatus.STATUS_STOPPED
DeploymentChecksStatus.STATUS_NOT_STARTED
Status pre/post check. |
public Builder()
DeploymentChecksStatus.public DeploymentChecksStatus.Builder setDescription(java.lang.String description)
description - New value for the property.public DeploymentChecksStatus.Builder setName(java.lang.String name)
name - New value for the property.public DeploymentChecksStatus.Builder setReason(java.lang.String reason)
reason - New value for the property.public DeploymentChecksStatus.Builder setStatus(java.lang.String status)
DeploymentChecksStatus.STATUS_SUCCESSDeploymentChecksStatus.STATUS_FAILEDDeploymentChecksStatus.STATUS_WARNINGDeploymentChecksStatus.STATUS_SKIPPEDDeploymentChecksStatus.STATUS_IN_PROGRESSDeploymentChecksStatus.STATUS_STOPPINGDeploymentChecksStatus.STATUS_STOPPEDDeploymentChecksStatus.STATUS_NOT_STARTEDstatus - New value for the property.public DeploymentChecksStatus build()