Class PullRequestCommentRepliedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class PullRequestCommentRepliedEvent extends PullRequestCommentEvent
Event that is raised when a comment is replied to on a pull request.
See Also:
  • Constructor Details

    • PullRequestCommentRepliedEvent

      public PullRequestCommentRepliedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nullable Comment parent)