Uses of Class
com.atlassian.bitbucket.pull.PullRequestSearchRequest
Packages that use PullRequestSearchRequest
-
Uses of PullRequestSearchRequest in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestSearchRequestModifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.build()Assembles a newPullRequestSearchRequestfrom the provided values.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestSearchRequestModifier and TypeMethodDescriptionlongPullRequestService.count(PullRequestSearchRequest request) Counts the number of pull requests which match the specified search criteria.PullRequestService.search(PullRequestSearchRequest request, PageRequest pageRequest) Finds a single page of pull requests depending on therequestpassed in.