Class PullRequestReviewCommentRepliedEvent

All Implemented Interfaces:
Serializable

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

    • PullRequestReviewCommentRepliedEvent

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