Uses of Class
com.atlassian.bitbucket.pull.PullRequestSearchRequest.Builder
-
Uses of PullRequestSearchRequest.Builder in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.closedSince
(Date value) When set, limits the pull requests to search for pull requests in the closed state (i.e.Limits the search to pull requests that match the specifieddraft
status.PullRequestSearchRequest.Builder.filterText
(String value) Limits the search to pull requests where the title or description contains thevalue
.Limits the pull requests to search for by the branch the changes are coming from.PullRequestSearchRequest.Builder.fromRefIds
(Iterable<String> values) Limits the pull requests to search for by the branches the changes are coming from.PullRequestSearchRequest.Builder.fromRepositoryId
(Integer value) Limits the pull requests to search for by the repository the changes are coming from.PullRequestSearchRequest.Builder.order
(PullRequestOrder value) PullRequestSearchRequest.Builder.orders
(PullRequestOrder value, PullRequestOrder... values) Specifies a list oforder
's to return the search results in (defaults toNEWEST first
).PullRequestSearchRequest.Builder.orders
(Iterable<PullRequestOrder> values) Specifies a list oforder
's to return the search results in (defaults toNEWEST first
).PullRequestSearchRequest.Builder.participant
(PullRequestParticipantRequest value) Limits the pull requests to search for by the participants they have.PullRequestSearchRequest.Builder.participants
(Iterable<PullRequestParticipantRequest> values) Limits the pull requests to search for by the participants they have.PullRequestSearchRequest.Builder.repositoryAndBranch
(PullRequestDirection direction, Integer repositoryId, String branch) Sets the repository and branches fields based on direction, added here as the use case is so common.PullRequestSearchRequest.Builder.state
(PullRequestState value) Restricts the search to a specifiedpull request state
.Limits the pull requests to search for by the branches the changes are going to.Limits the pull requests to search for by the branches the changes are going to.PullRequestSearchRequest.Builder.toRepositoryId
(Integer value) Limits the pull requests to search for by the repository the changes are going to.PullRequestSearchRequest.Builder.updatedSince
(Date value) When set, limits the pull requests to search for pull requests where the updated timestamp is more recent than the specified date.PullRequestSearchRequest.Builder.withDescription
(boolean value) PullRequestSearchRequest.Builder.withProperties
(boolean value)