java.lang.Object | |
↳ | com.atlassian.bitbucket.pull.PullRequestSearchRequest |
Request for searching for pull requests. The purpose and behaviour of each field is described on its accessor.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PullRequestSearchRequest.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MAXIMUM_BRANCHES_TO_SEARCH |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
When set, limits the pull requests to search for pull requests in the closed state (i.e.
| |||||||||||
When set, limits the pull requests to search for by the branches the changes are coming from.
| |||||||||||
When set, limits the pull requests to search for by the repository the changes are coming from.
| |||||||||||
The
order to return the search results in. | |||||||||||
When set, limits the pull requests to search for by the
participants
associated with it. | |||||||||||
Restricts the search to a specified
pull request state . | |||||||||||
When set, limits the pull requests to search for by the branches the changes are going to.
| |||||||||||
When set, limits the pull requests to search for by the repository the changes are going to.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
When set, limits the pull requests to search for by the branches the changes are coming from.
When set, limits the pull requests to search for by the repository the changes are coming from.
The order
to return the search results in. A null
value will be interpreted
as NEWEST first
).
When set, limits the pull requests to search for by the participants
associated with it.
Restricts the search to a specified pull request state
.
When set, limits the pull requests to search for by the branches the changes are going to.
When set, limits the pull requests to search for by the repository the changes are going to.
true
to fetch the pull requests' properties.