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:
  • Constructor Details

    • CommitComment

      public CommitComment()
      Create default CommitComment instance
  • Method Details

    • getComment

      public GHCommitComment getComment()
      Gets comment.
      Returns:
      the comment