filterGroups

@JvmName(name = "shejxicwuxgylbdi")
suspend fun filterGroups(value: Output<List<FilterGroupArgs>>)
@JvmName(name = "qwqvqgbtnrnpelax")
suspend fun filterGroups(value: List<FilterGroupArgs>?)

Parameters

value

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.


@JvmName(name = "xftfasodaynnorfq")
suspend fun filterGroups(vararg values: Output<FilterGroupArgs>)


@JvmName(name = "oijcsscritdchesx")
suspend fun filterGroups(values: List<Output<FilterGroupArgs>>)
@JvmName(name = "itmgqnclccjokoxg")
suspend fun filterGroups(vararg values: FilterGroupArgs)

Parameters

values

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.


@JvmName(name = "hrauvutodmjruglx")
suspend fun filterGroups(argument: List<suspend FilterGroupArgsBuilder.() -> Unit>)
@JvmName(name = "ilpoastmjasfowxf")
suspend fun filterGroups(vararg argument: suspend FilterGroupArgsBuilder.() -> Unit)
@JvmName(name = "uxvrkeblcpchejxm")
suspend fun filterGroups(argument: suspend FilterGroupArgsBuilder.() -> Unit)

Parameters

argument

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.