public class PullRequestParticipantRequest extends Object
PullRequestSearchRequest
.Modifier and Type | Class and Description |
---|---|
static class |
PullRequestParticipantRequest.Builder |
Modifier and Type | Method and Description |
---|---|
PullRequestRole |
getRole()
When set, limits the pull requests to search for by a specified
pull request role
for the user . |
Set<PullRequestParticipantStatus> |
getStatuses()
Limits the pull requests to search for by the participant
status |
String |
getUsername()
Restricts the search to a specified
user with the given username. |
@Nullable public PullRequestRole getRole()
pull request role
for the user
.pull request role
@Nonnull public Set<PullRequestParticipantStatus> getStatuses()
status
statuses
Copyright © 2019 Atlassian. All rights reserved.