Interface PullRequestCommentActivity

All Superinterfaces:
Activity, PullRequestActivity

public interface PullRequestCommentActivity extends PullRequestActivity
A PullRequestActivity representing a comment action made on the contents of the pull request.
See Also:
  • Method Details

    • getComment

      @Nonnull Comment getComment()
      Returns:
      the comment associated with this activity.
    • getCommentAction

      @Nonnull CommentAction getCommentAction()
      Returns:
      the comment action on the comment.
    • getDiff

      @Nonnull Optional<Diff> getDiff()
      Returns:
      the diff of the contents that the comment is anchored to, or null if this is a general comment or a comment not associated with contents changed as part of this pull request (e.g. a file comment).
      Since:
      5.0