Class PullRequestReviewFinishedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class PullRequestReviewFinishedEvent extends PullRequestReviewEvent
Event that is raised when you finish a review on a pull request.
Since:
7.7
See Also:
  • Constructor Details

    • PullRequestReviewFinishedEvent

      public PullRequestReviewFinishedEvent(@Nonnull Object source, int commentCount, @Nonnull PullRequest pullRequest, boolean addedComment, @Nullable PullRequestParticipantStatus participantStatus)
      Parameters:
      source - the component raising the event
      commentCount - the number of pending comments that got published
      pullRequest - the affected pull request
      addedComment - whether or not a general comment was added upon finishing the review
      participantStatus - the reviewer's status change on the pull request
  • Method Details

    • getParticipantStatus

      @Nullable public PullRequestParticipantStatus getParticipantStatus()
    • getCommentCount

      public int getCommentCount()
    • isAddedComment

      public boolean isAddedComment()