Class PullRequestReviewEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PullRequestReviewCommentEvent, PullRequestReviewDiscardedEvent, PullRequestReviewFinishedEvent

public abstract class PullRequestReviewEvent extends PullRequestEvent
Base class for all the pull request review related events.
Since:
7.7
See Also:
  • Constructor Details

    • PullRequestReviewEvent

      protected PullRequestReviewEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull PullRequestAction action)
      Parameters:
      source - the component raising the event
      pullRequest - the affected pull request
      action - the action performed on the pull request