Uses of Interface
com.atlassian.bitbucket.pull.PullRequestParticipant
-
Uses of PullRequestParticipant in com.atlassian.bitbucket.event.pull
ModifierConstructorDescriptionPullRequestParticipantApprovedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) PullRequestParticipantReviewedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) protected
PullRequestParticipantStatusUpdatedEvent
(Object source, PullRequest pullRequest, PullRequestAction action, PullRequestParticipant participant, PullRequestParticipantStatus previousStatus) Constructs a newPullRequestEvent
.PullRequestParticipantUnapprovedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) -
Uses of PullRequestParticipant in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestService.addReviewer
(int repositoryId, long pullRequestId, String username) Adds the user specified by 'username' asREVIEWER
to the provided PR.PullRequest.getAuthor()
PullRequestService.setReviewerStatus
(PullRequestParticipantStatusRequest request) Allows a user to update their participation status in a pull request.Modifier and TypeMethodDescriptionPullRequestRole.getFilter()
PullRequest.getParticipants()
PullRequestService.getParticipants
(int repositoryId, long pullRequestId, PageRequest pageRequest) Retrieves a page of the participants for a given pull request.PullRequest.getReviewers()
Modifier and TypeMethodDescriptionint
PullRequestParticipant.compareTo
(PullRequestParticipant other) Sorts participants first by status, then by name