Uses of Class
com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest
Packages that use PullRequestParticipantSearchRequest
-
Uses of PullRequestParticipantSearchRequest in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestParticipantSearchRequestModifier and TypeMethodDescriptionPullRequestParticipantSearchRequest.Builder.build()
Assembles a newPullRequestParticipantSearchRequest
from the provided values.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestParticipantSearchRequestModifier and TypeMethodDescriptionPullRequestService.searchUsers
(PullRequestParticipantSearchRequest searchRequest, PageRequest pageRequest) Findsusers
who have participated in pull requests based on the providedsearch request
.