branchName property

  1. @TagNumber(3)
String branchName

Regex matching branches to build.

The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

Implementation

@$pb.TagNumber(3)
$core.String get branchName => $_getSZ(2);
  1. @TagNumber(3)
void branchName=(String v)

Implementation

@$pb.TagNumber(3)
set branchName($core.String v) { $_setString(2, v); }