retriable property

  1. @TagNumber(35)
Trinary retriable

If UNSET, retrying the build is implicitly allowed; If YES, retrying the build is explicitly allowed; If NO, retrying the build is explicitly disallowed,

  • any UI displaying the build should remove "retry" button(s),
  • ScheduleBuild using the build as template should fail,
  • but the build can still be synthesized by SynthesizeBuild.

Implementation

@$pb.TagNumber(35)
$3.Trinary get retriable => $_getN(30);
  1. @TagNumber(35)
void retriable=(Trinary v)

Implementation

@$pb.TagNumber(35)
set retriable($3.Trinary v) {
  setField(35, v);
}