- All Implemented Interfaces:
Serializable
,Comparable<GHEvent>
Hook event type.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Enum Constant Summary
Enum ConstantDescriptionSpecial event type that means "every possible event".The branch protection rule.The check run.The check suite.The code scanning alert.The commit comment.The content reference.The create.The delete.The deploy key.The deployment.The deployment status.The discussion.The discussion comment.The download.The follow.The fork.The fork apply.The gist.The github app authorization.The gollum.The installation.The installation repositories.The integration installation repositories.The issue comment.The issues.The label.The marketplace purchase.The member.The membership.The merge group entry.The merge queue entry.The meta.The milestone.The org block.The organization.The package.The page build.The ping.The project.The project card.The project column.The public.The pull request.The pull request review.The pull request review comment.The pull request review thread.The push.The registry package.The release.The repository.The repository dispatch.The repository import.The repository vulnerability alert.The schedule.The security advisory.The star.The status.The team.The team add.Special event type that means we haven't found an enum value corresponding to the event.The watch.The workflow dispatch.The workflow job.The workflow run. -
Method Summary
-
Enum Constant Details
-
BRANCH_PROTECTION_RULE
The branch protection rule. -
CHECK_RUN
The check run. -
CHECK_SUITE
The check suite. -
CODE_SCANNING_ALERT
The code scanning alert. -
COMMIT_COMMENT
The commit comment. -
CONTENT_REFERENCE
The content reference. -
CREATE
The create. -
DELETE
The delete. -
DEPLOY_KEY
The deploy key. -
DEPLOYMENT
The deployment. -
DEPLOYMENT_STATUS
The deployment status. -
DISCUSSION
The discussion. -
DISCUSSION_COMMENT
The discussion comment. -
DOWNLOAD
The download. -
FOLLOW
The follow. -
FORK
The fork. -
FORK_APPLY
The fork apply. -
GITHUB_APP_AUTHORIZATION
The github app authorization. -
GIST
The gist. -
GOLLUM
The gollum. -
INSTALLATION
The installation. -
INSTALLATION_REPOSITORIES
The installation repositories. -
INTEGRATION_INSTALLATION_REPOSITORIES
The integration installation repositories. -
ISSUE_COMMENT
The issue comment. -
ISSUES
The issues. -
LABEL
The label. -
MARKETPLACE_PURCHASE
The marketplace purchase. -
MEMBER
The member. -
MEMBERSHIP
The membership. -
MERGE_QUEUE_ENTRY
The merge queue entry. -
MERGE_GROUP
The merge group entry. -
META
The meta. -
MILESTONE
The milestone. -
ORGANIZATION
The organization. -
ORG_BLOCK
The org block. -
PACKAGE
The package. -
PAGE_BUILD
The page build. -
PROJECT_CARD
The project card. -
PROJECT_COLUMN
The project column. -
PROJECT
The project. -
PING
The ping. -
PUBLIC
The public. -
PULL_REQUEST
The pull request. -
PULL_REQUEST_REVIEW
The pull request review. -
PULL_REQUEST_REVIEW_COMMENT
The pull request review comment. -
PULL_REQUEST_REVIEW_THREAD
The pull request review thread. -
PUSH
The push. -
REGISTRY_PACKAGE
The registry package. -
RELEASE
The release. -
REPOSITORY_DISPATCH
The repository dispatch. -
REPOSITORY
The repository. -
REPOSITORY_IMPORT
The repository import. -
REPOSITORY_VULNERABILITY_ALERT
The repository vulnerability alert. -
SCHEDULE
The schedule. -
SECURITY_ADVISORY
The security advisory. -
STAR
The star. -
STATUS
The status. -
TEAM
The team. -
TEAM_ADD
The team add. -
WATCH
The watch. -
WORKFLOW_JOB
The workflow job. -
WORKFLOW_DISPATCH
The workflow dispatch. -
WORKFLOW_RUN
The workflow run. -
UNKNOWN
Special event type that means we haven't found an enum value corresponding to the event. -
ALL
Special event type that means "every possible event".
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-