public enum GHEvent extends Enum<GHEvent>
GHEventInfo| Enum Constant and Description |
|---|
COMMIT_COMMENT |
CREATE |
DELETE |
DEPLOYMENT |
DEPLOYMENT_STATUS |
DOWNLOAD |
FOLLOW |
FORK |
FORK_APPLY |
GIST |
GOLLUM |
ISSUE_COMMENT |
ISSUES |
MEMBER |
PAGE_BUILD |
PING |
PUBLIC |
PULL_REQUEST |
PULL_REQUEST_REVIEW_COMMENT |
PUSH |
RELEASE |
REPOSITORY |
STATUS |
TEAM_ADD |
WATCH |
| Modifier and Type | Method and Description |
|---|---|
static GHEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GHEvent COMMIT_COMMENT
public static final GHEvent CREATE
public static final GHEvent DELETE
public static final GHEvent DEPLOYMENT
public static final GHEvent DEPLOYMENT_STATUS
public static final GHEvent DOWNLOAD
public static final GHEvent FOLLOW
public static final GHEvent FORK
public static final GHEvent FORK_APPLY
public static final GHEvent GIST
public static final GHEvent GOLLUM
public static final GHEvent ISSUE_COMMENT
public static final GHEvent ISSUES
public static final GHEvent MEMBER
public static final GHEvent PAGE_BUILD
public static final GHEvent PUBLIC
public static final GHEvent PULL_REQUEST
public static final GHEvent PULL_REQUEST_REVIEW_COMMENT
public static final GHEvent PUSH
public static final GHEvent RELEASE
public static final GHEvent REPOSITORY
public static final GHEvent STATUS
public static final GHEvent TEAM_ADD
public static final GHEvent WATCH
public static final GHEvent PING
public static GHEvent[] values()
for (GHEvent c : GHEvent.values()) System.out.println(c);
public static GHEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.