| Package | Description |
|---|---|
| com.atlassian.bitbucket.event.pull | |
| com.atlassian.bitbucket.pull |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static PullRequestParticipantStatus |
PullRequestParticipantStatus.fromId(int id) |
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 |
|---|---|
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 © 2019 Atlassian. All rights reserved.