excludeMatchedPattern property

bool? excludeMatchedPattern
final

Used to indicate that the pattern determines which webhook events do not trigger a build. If true, then a webhook event that does not match the pattern triggers a build. If false, then a webhook event that matches the pattern triggers a build.

Implementation

final bool? excludeMatchedPattern;