queueTtl property

  1. @TagNumber(40)
Duration get queueTtl

TTL in queue for this build. If provided and the build is enqueued longer than this value, the build will expire and the build status will be EXPIRED.

The TTL starts ticking from create_time.

Implementation

@$pb.TagNumber(40)
$10.Duration get queueTtl => $_getN(22);
  1. @TagNumber(40)
set queueTtl (Duration v)

Implementation

@$pb.TagNumber(40)
set queueTtl($10.Duration v) { setField(40, v); }