Class PullRequestReviewCommentAddedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class PullRequestReviewCommentAddedEvent extends PullRequestReviewCommentEvent
Event that is raised when a pending comment is added on a pull request.
Since:
7.7
See Also:
  • Constructor Details

    • PullRequestReviewCommentAddedEvent

      public PullRequestReviewCommentAddedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment)
      Parameters:
      source - the component raising the event
      pullRequest - the affected pull request
      comment - the comment