| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest |
Request for searching for pull requests associated with a commit.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PullRequestCommitSearchRequest.Builder | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Limits the search to pull requests that contain or created (in the case of a rebase/squash merge) the
specified commit ID.
| |||||||||||
When set, limits the search to pull requests in any of the specified
states. | |||||||||||
When set, limits the search to pull requests which
target the specified repository. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Limits the search to pull requests that contain or created (in the case of a rebase/squash merge) the specified commit ID.
When set, limits the search to pull requests in any of the specified states.
When set, limits the search to pull requests which target the specified repository.