resolvedRepoSource property

  1. @TagNumber.new(6)
RepoSource get resolvedRepoSource

A copy of the build's source.repo_source, if exists, with any revisions resolved.

Implementation

@$pb.TagNumber(6)
RepoSource get resolvedRepoSource => $_getN(2);
  1. @TagNumber.new(6)
set resolvedRepoSource (RepoSource v)

Implementation

@$pb.TagNumber(6)
set resolvedRepoSource(RepoSource v) {
  setField(6, v);
}