| Package | Description |
|---|---|
| com.atlassian.bitbucket.pull |
| Modifier and Type | Method and Description |
|---|---|
PullRequestParticipantRequest |
PullRequestParticipantRequest.Builder.build()
Assembles a new
PullRequestParticipantRequest from the provided values. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PullRequestParticipantRequest> |
PullRequestSearchRequest.getParticipants()
When set, limits the pull requests to search for by the
participants
associated with it. |
| Modifier and Type | Method and Description |
|---|---|
PullRequestSearchRequest.Builder |
PullRequestSearchRequest.Builder.participant(PullRequestParticipantRequest value)
Limits the pull requests to search for by the participants they have.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequestSearchRequest.Builder |
PullRequestSearchRequest.Builder.participants(Iterable<PullRequestParticipantRequest> values)
Limits the pull requests to search for by the participants they have.
|
Copyright © 2019 Atlassian. All rights reserved.