Class PullRequestCommentAddedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class PullRequestCommentAddedEvent extends PullRequestCommentEvent
Event that is raised when a comment is added on a pull request.

This does not include replies, which raise a PullRequestCommentRepliedEvent.

See Also:
  • Constructor Details

    • PullRequestCommentAddedEvent

      public PullRequestCommentAddedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment)
      Parameters:
      source - the component raising the event
      pullRequest - the pull request this comment relates to
      comment - the comment
      Since:
      6.6