WebhookFilterGroupFilter class
Constructors
-
WebhookFilterGroupFilter({Input<bool?>? excludeMatchedPattern, required Input<String> pattern, required Input<String> type})
-
Creates a new WebhookFilterGroupFilter.
excludeMatchedPattern If set to true, the specified filter does not trigger a build. Defaults to false.
pattern 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, WORKFLOW_JOB_QUEUED works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.
type The webhook filter group's type. Valid values for this parameter are: EVENT, BASE_REF, HEAD_REF, ACTOR_ACCOUNT_ID, FILE_PATH, COMMIT_MESSAGE, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME. At least one filter group must specify EVENT as its type.
const
-
WebhookFilterGroupFilter.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
excludeMatchedPattern
→ Input<bool?>?
-
If set to
true, the specified filter does not trigger a build. Defaults to false.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
pattern
→ Input<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, WORKFLOW_JOB_QUEUED works with GitHub & GitHub Enterprise only. For a filter that uses any of the other filter types, a regular expression.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<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, WORKFLOW_NAME, TAG_NAME, RELEASE_NAME, REPOSITORY_NAME. At least one filter group must specify EVENT as its type.
final