| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder | |
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 4.2 for removal in 5.0. Use
status(PullRequestParticipantStatus) instead
| |||||||||||
Assembles a new
PullRequestParticipantRequest from the provided values. | |||||||||||
Limits the pull requests to search for by a specified
pull request role for the
user. | |||||||||||
Limits the pull requests to search for by the participant status
| |||||||||||
Limits the pull requests to search for by the participant status
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
This method is deprecated.
in 4.2 for removal in 5.0. Use status(PullRequestParticipantStatus) instead
Limits the pull requests to search for by whether or not they are approved by the user.
| value | the approved status |
|---|
Assembles a new PullRequestParticipantRequest from the provided values.
Limits the pull requests to search for by a specified pull request role for the
user.
| value | the pull request role |
|---|
Limits the pull requests to search for by the participant status
| value | the status to search for |
|---|
Limits the pull requests to search for by the participant status
| values | the statuses to search for |
|---|