invertRegex property

  1. @TagNumber(7)
bool 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(7)
void invertRegex=(bool v)

Implementation

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