| Package | Description |
|---|---|
| org.kohsuke.github |
| 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.
|
static class |
GHEventPayload.Push
A commit was pushed.
|
| 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.