Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestParticipantStatus
Packages that use PullRequestParticipantStatus
-
Uses of PullRequestParticipantStatus in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return PullRequestParticipantStatusModifier and TypeMethodDescriptionPullRequestReviewFinishedEvent.getParticipantStatus()
PullRequestParticipantStatusUpdatedEvent.getPreviousStatus()
Constructors in com.atlassian.bitbucket.event.pull with parameters of type PullRequestParticipantStatusModifierConstructorDescriptionPullRequestParticipantApprovedEvent
(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
Methods in com.atlassian.bitbucket.pull that return PullRequestParticipantStatusModifier 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.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestParticipantStatusModifier and TypeMethodDescriptionPullRequestParticipantRequest.getStatuses()
Limits the pull requests to search for by the participantstatus
Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestParticipantStatusModifier 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) Method parameters in com.atlassian.bitbucket.pull with type arguments of type PullRequestParticipantStatusModifier and TypeMethodDescriptionPullRequestParticipantRequest.Builder.statuses
(Iterable<PullRequestParticipantStatus> values) Limits the pull requests to search for by the participant status