Package | Description |
---|---|
com.atlassian.bitbucket.event.pull | |
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestParticipantStatus |
PullRequestReviewFinishedEvent.getParticipantStatus() |
PullRequestParticipantStatus |
PullRequestParticipantStatusUpdatedEvent.getPreviousStatus() |
Constructor and Description |
---|
PullRequestParticipantApprovedEvent(Object source,
PullRequest pullRequest,
PullRequestParticipant participant,
PullRequestParticipantStatus previous) |
PullRequestParticipantReviewedEvent(Object source,
PullRequest pullRequest,
PullRequestParticipant participant,
PullRequestParticipantStatus previous) |
PullRequestParticipantStatusUpdatedEvent(Object source,
PullRequest pullRequest,
PullRequestAction action,
PullRequestParticipant participant,
PullRequestParticipantStatus previousStatus)
Constructs a new
PullRequestEvent . |
PullRequestParticipantUnapprovedEvent(Object source,
PullRequest pullRequest,
PullRequestParticipant participant,
PullRequestParticipantStatus previous) |
PullRequestReviewFinishedEvent(Object source,
int commentCount,
PullRequest pullRequest,
boolean addedComment,
PullRequestParticipantStatus participantStatus) |
Modifier and Type | Method and Description |
---|---|
static PullRequestParticipantStatus |
PullRequestParticipantStatus.fromId(int id) |
PullRequestParticipantStatus |
PullRequestFinishReviewRequest.getParticipantStatus()
Get the
participant status to be used as the status for a reviewer's status
on a pull request when you complete a review. |
PullRequestParticipantStatus |
PullRequestParticipant.getStatus() |
static PullRequestParticipantStatus |
PullRequestParticipantStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestParticipantStatus[] |
PullRequestParticipantStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<PullRequestParticipantStatus> |
PullRequestParticipantRequest.getStatuses()
Limits the pull requests to search for by the participant
status |
Modifier and Type | Method and Description |
---|---|
PullRequestFinishReviewRequest.Builder |
PullRequestFinishReviewRequest.Builder.participantStatus(PullRequestParticipantStatus value) |
PullRequestParticipant |
PullRequestService.setReviewerStatus(int repositoryId,
long pullRequestId,
PullRequestParticipantStatus status)
Allows a user to update their participation status in a pull request.
|
PullRequestParticipantRequest.Builder |
PullRequestParticipantRequest.Builder.status(PullRequestParticipantStatus value)
Limits the pull requests to search for by the participant status
|
Modifier and Type | Method and Description |
---|---|
PullRequestParticipantRequest.Builder |
PullRequestParticipantRequest.Builder.statuses(Iterable<PullRequestParticipantStatus> values)
Limits the pull requests to search for by the participant status
|
Copyright © 2022 Atlassian. All rights reserved.