filterGroups property

List<List<WebhookFilter>>? filterGroups
final

An array of arrays of WebhookFilter objects used to determine which webhooks are triggered. At least one WebhookFilter in the array must specify EVENT as its type.

For a build to be triggered, at least one filter group in the filterGroups array must pass. For a filter group to pass, each of its filters must pass.

Implementation

final List<List<WebhookFilter>>? filterGroups;