Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestParticipantStatus
-
Uses of PullRequestParticipantStatus in com.atlassian.bitbucket.event.pull
Modifier and TypeMethodDescriptionPullRequestReviewFinishedEvent.getParticipantStatus()
PullRequestParticipantStatusUpdatedEvent.getPreviousStatus()
ModifierConstructorDescriptionPullRequestParticipantApprovedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) PullRequestParticipantReviewedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) protected
PullRequestParticipantStatusUpdatedEvent
(Object source, PullRequest pullRequest, PullRequestAction action, PullRequestParticipant participant, PullRequestParticipantStatus previousStatus) Constructs a newPullRequestEvent
.PullRequestParticipantUnapprovedEvent
(Object source, PullRequest pullRequest, PullRequestParticipant participant, PullRequestParticipantStatus previous) PullRequestReviewFinishedEvent
(Object source, int commentCount, PullRequest pullRequest, boolean addedComment, PullRequestParticipantStatus participantStatus) -
Uses of PullRequestParticipantStatus in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionstatic PullRequestParticipantStatus
PullRequestParticipantStatus.fromId
(int id) PullRequestFinishReviewRequest.getParticipantStatus()
Get theparticipant status
to be used as the status for a reviewer's status on apull request
when you complete a review.PullRequestParticipant.getStatus()
PullRequestParticipantStatusRequest.getStatus()
static PullRequestParticipantStatus
Returns the enum constant of this class with the specified name.static PullRequestParticipantStatus[]
PullRequestParticipantStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPullRequestParticipantRequest.getStatuses()
Limits the pull requests to search for by the participantstatus
Modifier and TypeMethodDescriptionPullRequestFinishReviewRequest.Builder.participantStatus
(PullRequestParticipantStatus value) PullRequestParticipantRequest.Builder.status
(PullRequestParticipantStatus value) Limits the pull requests to search for by the participant statusPullRequestParticipantStatusRequest.Builder.status
(PullRequestParticipantStatus value) Modifier and TypeMethodDescriptionPullRequestParticipantRequest.Builder.statuses
(Iterable<PullRequestParticipantStatus> values) Limits the pull requests to search for by the participant status