toValue method
Implementation
String toValue() {
switch (this) {
case DeploymentReadyAction.continueDeployment:
return 'CONTINUE_DEPLOYMENT';
case DeploymentReadyAction.stopDeployment:
return 'STOP_DEPLOYMENT';
}
}
String toValue() {
switch (this) {
case DeploymentReadyAction.continueDeployment:
return 'CONTINUE_DEPLOYMENT';
case DeploymentReadyAction.stopDeployment:
return 'STOP_DEPLOYMENT';
}
}