| Modifier and Type | Class and Description |
|---|---|
static class |
GHEventPayload.IssueComment
A comment was added to an issue
|
static class |
GHEventPayload.PullRequest
A pull request status has changed.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends GHEventPayload> |
GHEventInfo.getPayload(Class<T> type)
Retrieves the payload.
|
<T extends GHEventPayload> |
GitHub.parseEventPayload(Reader r,
Class<T> type)
Parses the GitHub event object.
|
Copyright © 2013. All Rights Reserved.