jobs property

  1. @TagNumber(1)
List<JobInfo> get jobs

jobs is ordered by (build start time, alphabetical platform).

Implementation

@$pb.TagNumber(1)
$core.List<JobInfo> get jobs => $_getList(0);