Uses of Class
com.atlassian.bitbucket.pull.PullRequestParticipantRequest
-
Uses of PullRequestParticipantRequest in com.atlassian.bitbucket.event.repository
ModifierConstructorDescriptionPullRequestFilterEvent
(Object source, Repository repository, PullRequestState state, Iterable<PullRequestParticipantRequest> prParticipants, String branch, String filterText) -
Uses of PullRequestParticipantRequest in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestParticipantRequest.Builder.build()
Assembles a newPullRequestParticipantRequest
from the provided values.Modifier and TypeMethodDescriptionPullRequestSearchRequest.getParticipants()
When set, limits the pull requests to search for by theparticipants
associated with it.Modifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.participant
(PullRequestParticipantRequest value) Limits the pull requests to search for by the participants they have.Modifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.participants
(Iterable<PullRequestParticipantRequest> values) Limits the pull requests to search for by the participants they have.