| Package | Description |
|---|---|
| com.atlassian.bitbucket.pull |
| Modifier and Type | Method and Description |
|---|---|
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.state(PullRequestState value)
Limits the search to pull requests in the specified
state. |
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.states(Iterable<PullRequestState> values)
Limits the search to pull requests in any of the specified
states. |
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.states(PullRequestState value,
PullRequestState... values)
Limits the search to pull requests in any of the specified
states. |
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.toRepositoryId(Integer toRepositoryId)
Limits the search to pull requests
targeting the specified repository. |
Copyright © 2019 Atlassian. All rights reserved.