commitSha property

  1. @TagNumber(5)
String get commitSha

Explicit commit SHA to build.

Implementation

@$pb.TagNumber(5)
$core.String get commitSha => $_getSZ(4);
  1. @TagNumber(5)
set commitSha (String v)

Implementation

@$pb.TagNumber(5)
set commitSha($core.String v) { $_setString(4, v); }