toValue method

String toValue()

Implementation

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