toDeploymentComponentUpdatePolicyAction method
Implementation
DeploymentComponentUpdatePolicyAction
toDeploymentComponentUpdatePolicyAction() {
switch (this) {
case 'NOTIFY_COMPONENTS':
return DeploymentComponentUpdatePolicyAction.notifyComponents;
case 'SKIP_NOTIFY_COMPONENTS':
return DeploymentComponentUpdatePolicyAction.skipNotifyComponents;
}
throw Exception(
'$this is not known in enum DeploymentComponentUpdatePolicyAction');
}