Package org.kohsuke.github
Class GHEventPayload.CheckSuite
- java.lang.Object
-
- org.kohsuke.github.GHEventPayload
-
- org.kohsuke.github.GHEventPayload.CheckSuite
-
- Enclosing class:
- GHEventPayload
public static class GHEventPayload.CheckSuite extends GHEventPayload
A check suite event has been requested, rerequested or completed.- See Also:
- authoritative source
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kohsuke.github.GHEventPayload
GHEventPayload.CheckRun, GHEventPayload.CheckSuite, GHEventPayload.CommitComment, GHEventPayload.Create, GHEventPayload.Delete, GHEventPayload.Deployment, GHEventPayload.DeploymentStatus, GHEventPayload.Fork, GHEventPayload.Installation, GHEventPayload.InstallationRepositories, GHEventPayload.Issue, GHEventPayload.IssueComment, GHEventPayload.Ping, GHEventPayload.Public, GHEventPayload.PullRequest, GHEventPayload.PullRequestReview, GHEventPayload.PullRequestReviewComment, GHEventPayload.Push, GHEventPayload.Release, GHEventPayload.Repository, GHEventPayload.Status
-
-
Field Summary
-
Fields inherited from class org.kohsuke.github.GHEventPayload
root
-
-
Constructor Summary
Constructors Constructor Description CheckSuite()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Gets action.GHCheckSuitegetCheckSuite()Gets the Check Suite objectGHRepositorygetRepository()Gets repository.-
Methods inherited from class org.kohsuke.github.GHEventPayload
getSender, setSender
-
-
-
-
Method Detail
-
getAction
public String getAction()
Gets action.- Returns:
- the action
-
getCheckSuite
public GHCheckSuite getCheckSuite()
Gets the Check Suite object- Returns:
- the Check Suite object
-
getRepository
public GHRepository getRepository()
Gets repository.- Returns:
- the repository
-
-