Package org.kohsuke.github
Class GHEventPayload.CommitComment
- java.lang.Object
-
- org.kohsuke.github.GHEventPayload
-
- org.kohsuke.github.GHEventPayload.CommitComment
-
- Enclosing class:
- GHEventPayload
public static class GHEventPayload.CommitComment extends GHEventPayload
A comment was added to a commit- See Also:
- commit comment, Comments
-
-
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, GHEventPayload.WorkflowDispatch, GHEventPayload.WorkflowRun
-
-
Constructor Summary
Constructors Constructor Description CommitComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GHCommitCommentgetComment()Gets comment.voidsetComment(GHCommitComment comment)Sets comment.-
Methods inherited from class org.kohsuke.github.GHEventPayload
getAction, getInstallation, getOrganization, getRepository, getSender, setOrganization, setRepository, setSender
-
-
-
-
Method Detail
-
getComment
public GHCommitComment getComment()
Gets comment.- Returns:
- the comment
-
setComment
public void setComment(GHCommitComment comment)
Sets comment.- Parameters:
comment- the comment
-
-