Class PullRequestCommentDeletedEvent

All Implemented Interfaces:
Serializable

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

    • PullRequestCommentDeletedEvent

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