artifacts property

  1. @TagNumber.new(37)
Artifacts get artifacts

Artifacts produced by the build that should be uploaded upon successful completion of all build steps.

Implementation

@$pb.TagNumber(37)
Artifacts get artifacts => $_getN(21);
  1. @TagNumber.new(37)
set artifacts (Artifacts v)

Implementation

@$pb.TagNumber(37)
set artifacts(Artifacts v) {
  setField(37, v);
}