branchName property

  1. @TagNumber.new(3)
String get 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.new(3)
set branchName (String v)

Implementation

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