Class PullRequestReviewersUpdatedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class PullRequestReviewersUpdatedEvent extends PullRequestEvent
An event raised when the reviewers of a pull request are updated.

getAddedReviewers() and getRemovedReviewers() allow tracking who has been added and removed, respectively.

Since:
4.4
See Also:
  • Constructor Details

  • Method Details

    • getAddedReviewers

      @Nonnull public Set<ApplicationUser> getAddedReviewers()
      Returns:
      the set of new or existing participants assigned to the reviewer role
    • getRemovedReviewers

      @Nonnull public Set<ApplicationUser> getRemovedReviewers()
      Returns:
      the set of participants unassigned from the reviewer role