Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestRole
Packages that use PullRequestRole
-
Uses of PullRequestRole in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestRoleModifier and TypeMethodDescriptionstatic PullRequestRolePullRequestRole.fromId(int id) InvalidPullRequestParticipantException.getRole()PullRequestParticipant.getRole()PullRequestParticipantRequest.getRole()When set, limits the pull requests to search for by a specifiedpull request rolefor theuser.static PullRequestRoleReturns 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.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestRoleModifier and TypeMethodDescriptionPullRequestParticipantSearchRequest.getRole()When set, limits the search by the participants role.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestRoleModifier and TypeMethodDescriptionPullRequestParticipantRequest.Builder.role(PullRequestRole value) Limits the pull requests to search for by a specifiedpull request rolefor theuser.PullRequestParticipantSearchRequest.Builder.role(PullRequestRole value) Limits the search by the participants role.Constructors in com.atlassian.bitbucket.pull with parameters of type PullRequestRoleModifierConstructorDescriptionInvalidPullRequestParticipantException(KeyedMessage message, PullRequestRole role) InvalidPullRequestParticipantsException(KeyedMessage message, PullRequestRole role, Map<String, KeyedMessage> errorsByParticipantName, Set<ApplicationUser> validParticipants)