public enum GitHubEventType extends java.lang.Enum<GitHubEventType>
| Modifier and Type | Method and Description |
|---|---|
static GitHubEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GitHubEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GitHubEventType CommitCommentEvent
public static final GitHubEventType CreateEvent
public static final GitHubEventType DeleteEvent
public static final GitHubEventType DeploymentEvent
public static final GitHubEventType DeploymentStatusEvent
public static final GitHubEventType DownloadEvent
public static final GitHubEventType FollowEvent
public static final GitHubEventType ForkEvent
public static final GitHubEventType ForkApplyEvent
public static final GitHubEventType GistEvent
public static final GitHubEventType GollumEvent
public static final GitHubEventType IssueCommentEvent
public static final GitHubEventType IssuesEvent
public static final GitHubEventType MemberEvent
public static final GitHubEventType MembershipEvent
public static final GitHubEventType PageBuildEvent
public static final GitHubEventType PublicEvent
public static final GitHubEventType PullRequestEvent
public static final GitHubEventType PullRequestReviewCommentEvent
public static final GitHubEventType PushEvent
public static final GitHubEventType ReleaseEvent
public static final GitHubEventType RepositoryEvent
public static final GitHubEventType StatusEvent
public static final GitHubEventType TeamAddEvent
public static final GitHubEventType WatchEvent
public static GitHubEventType[] values()
for (GitHubEventType c : GitHubEventType.values()) System.out.println(c);
public static GitHubEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null