| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Class and Description |
|---|---|
static class |
GHEventPayload.CommitComment
A comment was added to a commit
|
static class |
GHEventPayload.Create
A repository, branch, or tag was created
|
static class |
GHEventPayload.Delete
A branch, or tag was deleted
|
static class |
GHEventPayload.Deployment
A deployment
|
static class |
GHEventPayload.DeploymentStatus
A deployment
|
static class |
GHEventPayload.Fork
A user forked a repository
|
static class |
GHEventPayload.IssueComment
A comment was added to an issue
|
static class |
GHEventPayload.Ping
A ping.
|
static class |
GHEventPayload.Public
A repository was made public.
|
static class |
GHEventPayload.PullRequest
A pull request status has changed.
|
static class |
GHEventPayload.Push
A commit was pushed.
|
static class |
GHEventPayload.Repository
A repository was created, deleted, made public, or made private.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends GHEventPayload> |
GHEventInfo.getPayload(java.lang.Class<T> type)
Retrieves the payload.
|
<T extends GHEventPayload> |
GitHub.parseEventPayload(java.io.Reader r,
java.lang.Class<T> type)
Parses the GitHub event object.
|
Copyright © 2016. All Rights Reserved.