WebhookFilter
class WebhookFilter
A filter used to determine which webhooks trigger a build.
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
The type of webhook filter. There are six webhook filter types: EVENT
, ACTOR_ACCOUNT_ID
, HEAD_REF
, BASE_REF
, FILE_PATH
, and COMMIT_MESSAGE
.