status property

  1. @TagNumber.new(12)
BuildEventData_Status get status

Status of the build step. At this time, build step status is only updated on build completion; step status is not updated in real-time as the build progresses.

Implementation

@$pb.TagNumber(12)
BuildEventData_Status get status => $_getN(11);
  1. @TagNumber.new(12)
set status (BuildEventData_Status v)

Implementation

@$pb.TagNumber(12)
set status(BuildEventData_Status v) {
  setField(12, v);
}