Uses of Interface
com.atlassian.bitbucket.pull.PullRequestParticipant
Packages that use PullRequestParticipant
-
Uses of PullRequestParticipant in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return PullRequestParticipantConstructors in com.atlassian.bitbucket.event.pull with parameters of type PullRequestParticipantModifierConstructorDescriptionPullRequestParticipantApprovedEvent(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) PullRequestParticipantReviewedEvent(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) protectedPullRequestParticipantStatusUpdatedEvent(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
Methods in com.atlassian.bitbucket.pull that return PullRequestParticipantModifier and TypeMethodDescriptionPullRequestService.addReviewer(int repositoryId, long pullRequestId, String username) Adds the user specified by 'username' asREVIEWERto the provided PR.PullRequest.getAuthor()PullRequestService.setReviewerStatus(PullRequestParticipantStatusRequest request) Allows a user to update their participation status in a pull request.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestParticipantModifier 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()Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestParticipantModifier and TypeMethodDescriptionintPullRequestParticipant.compareTo(PullRequestParticipant other) Sorts participants first by status, then by name