public abstract class GHEventPayload extends Object
| 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 |
|---|---|
GHUser |
getSender()
Gets the sender or
null if accessed via the events API. |
void |
setSender(GHUser sender) |
Copyright © 2017. All rights reserved.