TriggerFilterGroup

A group of trigger conditions. The group matches when ALL present conditions pass. A group cannot be empty: at least one condition must be present.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Passes when the webhook event is one of the listed events.

Link copied to clipboard

Passes when the change request target branch matches. Applicable to RELEASE_READINESS_REVIEW only.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String