Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestRole
-
Uses of PullRequestRole in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionstatic PullRequestRole
PullRequestRole.fromId
(int id) InvalidPullRequestParticipantException.getRole()
PullRequestParticipant.getRole()
PullRequestParticipantRequest.getRole()
When set, limits the pull requests to search for by a specifiedpull request role
for theuser
.static PullRequestRole
Returns the enum constant of this class with the specified name.static PullRequestRole[]
PullRequestRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPullRequestParticipantSearchRequest.getRole()
When set, limits the search by the participants role.Modifier and TypeMethodDescriptionPullRequestParticipantRequest.Builder.role
(PullRequestRole value) Limits the pull requests to search for by a specifiedpull request role
for theuser
.PullRequestParticipantSearchRequest.Builder.role
(PullRequestRole value) Limits the search by the participants role.ModifierConstructorDescriptionInvalidPullRequestParticipantException
(KeyedMessage message, PullRequestRole role) InvalidPullRequestParticipantsException
(KeyedMessage message, PullRequestRole role, Map<String, KeyedMessage> errorsByParticipantName, Set<ApplicationUser> validParticipants)