WebhookFilterGroupFilterArgs

data class WebhookFilterGroupFilterArgs(val excludeMatchedPattern: Output<Boolean>? = null, val pattern: Output<String>, val type: Output<String>) : ConvertibleToJava<WebhookFilterGroupFilterArgs>

Constructors

Link copied to clipboard
constructor(excludeMatchedPattern: Output<Boolean>? = null, pattern: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val excludeMatchedPattern: Output<Boolean>? = null

If set to true, the specified filter does not trigger a build. Defaults to false.

Link copied to clipboard
val pattern: Output<String>

For a filter that uses EVENT type, a comma-separated string that specifies one event: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED. PULL_REQUEST_MERGED works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.

Link copied to clipboard
val type: Output<String>

The webhook filter group's type. Valid values for this parameter are: EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE. At least one filter group must specify EVENT as its type.

Functions

Link copied to clipboard
open override fun toJava(): WebhookFilterGroupFilterArgs