Uses of Class
org.kohsuke.github.GHEventPayload
-
Packages that use GHEventPayload Package Description org.kohsuke.github -
-
Uses of GHEventPayload in org.kohsuke.github
Subclasses of GHEventPayload in org.kohsuke.github Modifier and Type Class Description static classGHEventPayload.CommitCommentA comment was added to a commitstatic classGHEventPayload.CreateA repository, branch, or tag was createdstatic classGHEventPayload.DeleteA branch, or tag was deletedstatic classGHEventPayload.DeploymentA deploymentstatic classGHEventPayload.DeploymentStatusA deploymentstatic classGHEventPayload.ForkA user forked a repositorystatic classGHEventPayload.IssueA Issue has been assigned, unassigned, labeled, unlabeled, opened, edited, milestoned, demilestoned, closed, or reopened.static classGHEventPayload.IssueCommentA comment was added to an issuestatic classGHEventPayload.PingA ping.static classGHEventPayload.PublicA repository was made public.static classGHEventPayload.PullRequestA pull request status has changed.static classGHEventPayload.PullRequestReviewA review was added to a pull requeststatic classGHEventPayload.PullRequestReviewCommentA review comment was added to a pull requeststatic classGHEventPayload.PushA commit was pushed.static classGHEventPayload.ReleaseA release was added to the repostatic classGHEventPayload.RepositoryA repository was created, deleted, made public, or made private.Methods in org.kohsuke.github with type parameters of type GHEventPayload Modifier and Type Method Description <T extends GHEventPayload>
TGHEventInfo. getPayload(Class<T> type)Retrieves the payload.<T extends GHEventPayload>
TGitHub. parseEventPayload(Reader r, Class<T> type)Parses the GitHub event object.
-