Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
static PullRequestRole |
PullRequestRole.fromId(int id) |
PullRequestRole |
PullRequestParticipantRequest.getRole()
When set, limits the pull requests to search for by a specified
pull request role
for the user . |
PullRequestRole |
PullRequestParticipant.getRole() |
PullRequestRole |
InvalidPullRequestParticipantException.getRole() |
static PullRequestRole |
PullRequestRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestRole[] |
PullRequestRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<PullRequestRole> |
PullRequestParticipantSearchRequest.getRole()
When set, limits the search by the participants role.
|
Modifier and Type | Method and Description |
---|---|
PullRequestParticipantRequest.Builder |
PullRequestParticipantRequest.Builder.role(PullRequestRole value)
Limits the pull requests to search for by a specified
pull request role for the
user . |
PullRequestParticipantSearchRequest.Builder |
PullRequestParticipantSearchRequest.Builder.role(PullRequestRole value)
Limits the search by the participants role.
|
Constructor and Description |
---|
InvalidPullRequestParticipantException(KeyedMessage message,
PullRequestRole role) |
InvalidPullRequestParticipantsException(KeyedMessage message,
PullRequestRole role,
Map<String,KeyedMessage> errorsByParticipantName,
Set<ApplicationUser> validParticipants) |
Copyright © 2021 Atlassian. All rights reserved.