steps property

  1. @TagNumber(17)
List<Step> steps

Current list of build steps. Updated as build runs.

May take up to 1MB after zlib compression. MUST be unset if build status is SCHEDULED.

RPC: By default, this field is excluded from responses.

Implementation

@$pb.TagNumber(17)
$core.List<$2.Step> get steps => $_getList(12);