invertRegex property

  1. @TagNumber.new(7)
bool get invertRegex

Only trigger a build if the revision regex does NOT match the revision regex.

Implementation

@$pb.TagNumber(7)
$core.bool get invertRegex => $_getBF(6);
  1. @TagNumber.new(7)
set invertRegex (bool v)

Implementation

@$pb.TagNumber(7)
set invertRegex($core.bool v) {
  $_setBool(6, v);
}