| 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 |
PullRequestParticipantStatusRequest.getStatus() |
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)
Deprecated.
in 7.17.21, 7.21.17, 8.9.6, 8.10.6, 8.11.5, 8.12.3, 8.13.2, 8.14.1, 8.15 for removal in 9.0. Use
PullRequestService.setReviewerStatus(PullRequestParticipantStatusRequest) instead. |
PullRequestParticipantStatusRequest.Builder |
PullRequestParticipantStatusRequest.Builder.status(PullRequestParticipantStatus value) |
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 © 2023 Atlassian. All rights reserved.