EventAction¶
-
class
aws_cdk.aws_codebuild.
EventAction
(value)¶ Bases:
enum.Enum
The types of webhook event actions.
Attributes
-
PULL_REQUEST_CREATED
¶ Creating a Pull Request.
-
PULL_REQUEST_MERGED
¶ Merging a Pull Request.
-
PULL_REQUEST_REOPENED
¶ Re-opening a previously closed Pull Request.
Note that this event is only supported for GitHub and GitHubEnterprise sources.
-
PULL_REQUEST_UPDATED
¶ Updating a Pull Request.
-
PUSH
¶ A push (of a branch, or a tag) to the repository.
-