| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new builder that limits pull requests to those that contain or created (via their merge) the
specified commit.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Assembles a new
PullRequestCommitSearchRequest from the provided values. | |||||||||||
Limits the search to pull requests in the specified
state. | |||||||||||
Limits the search to pull requests in any of the specified
states. | |||||||||||
Limits the search to pull requests in any of the specified
states. | |||||||||||
Limits the search to pull requests
targeting the specified repository. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new builder that limits pull requests to those that contain or created (via their merge) the specified commit.
Assembles a new PullRequestCommitSearchRequest from the provided values.
Limits the search to pull requests in the specified state.
| value | the state, which is ignored if it is null |
|---|
this
Limits the search to pull requests in any of the specified states.
| values | the allowed states, from which any null entries are ignored |
|---|
this
Limits the search to pull requests in any of the specified states.
| value | the first state, which is ignored if it is null |
|---|---|
| values | additional states, from which any null entries are ignored |
this
Limits the search to pull requests targeting the specified repository.
| toRepositoryId | the target repository ID |
|---|
this