toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case DeploymentComponentUpdatePolicyAction.notifyComponents:
      return 'NOTIFY_COMPONENTS';
    case DeploymentComponentUpdatePolicyAction.skipNotifyComponents:
      return 'SKIP_NOTIFY_COMPONENTS';
  }
}