| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestParticipantSearchRequest.Builder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Assembles a new
PullRequestParticipantSearchRequest from the provided values. | |||||||||||
Limits the search to the users whose username, name or email address contain the
value | |||||||||||
Limits the search by the repository the pull requests are coming from.
| |||||||||||
Limits the search by the participants role.
| |||||||||||
Limits the search by the repository the pull requests are going to.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Assembles a new PullRequestParticipantSearchRequest from the provided values.
Limits the search to the users whose username, name or email address contain the value
| value | the filter string |
|---|
Limits the search by the repository the pull requests are coming from.
| value | the repository to restrict by |
|---|
Limits the search by the participants role.
| value | the role to restrict by |
|---|
Limits the search by the repository the pull requests are going to.
| value | the repository to restrict by |
|---|