action property

  1. @TagNumber(1)
LifecyclePolicy_Action action

Action to execute when ActionCondition is true. When RETRY_TASK is specified, we will retry failed tasks if we notice any exit code match and fail tasks if no match is found. Likewise, when FAIL_TASK is specified, we will fail tasks if we notice any exit code match and retry tasks if no match is found.

Implementation

@$pb.TagNumber(1)
LifecyclePolicy_Action get action => $_getN(0);
  1. @TagNumber(1)
void action=(LifecyclePolicy_Action v)

Implementation

@$pb.TagNumber(1)
set action(LifecyclePolicy_Action v) { setField(1, v); }