timeout property
Amount of time that this build should be allowed to run, to second
granularity. If this amount of time elapses, work on the build will cease
and the build status will be TIMEOUT
.
Implementation
@$pb.TagNumber(12)
$10.Duration get timeout => $_getN(8);
Implementation
@$pb.TagNumber(12)
set timeout($10.Duration v) { setField(12, v); }