Package | Description |
---|---|
com.atlassian.bitbucket.event.pull | |
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestActivity |
PullRequestActivityEvent.getActivity() |
Constructor and Description |
---|
PullRequestActivityEvent(Object source,
PullRequestActivity activity) |
Modifier and Type | Interface and Description |
---|---|
interface |
PullRequestActivityPage<T extends PullRequestActivity>
A
Page of activities allowing clients to both advance
and reverse from this page by using the results of PullRequestActivityPage.getPreviousPageStartId()
and Page.getNextPageRequest() . |
class |
SimplePullRequestActivityPage<T extends PullRequestActivity> |
Modifier and Type | Interface and Description |
---|---|
interface |
PullRequestAutoMergeCancelledActivity
A
PullRequestActivity representing the cancelling of auto-merge
on the pull request. |
interface |
PullRequestCommentActivity
A
PullRequestActivity representing a comment action made on the contents of the
pull request. |
interface |
PullRequestDraftStatusUpdatedActivity
A
PullRequestActivity added when the draft status of a pull request has been updated. |
interface |
PullRequestMergeActivity
A
PullRequestActivity representing when the pull request was merged. |
interface |
PullRequestRescopeActivity
A
PullRequestActivity added when the source or target ref of the pull request moves. |
interface |
PullRequestReviewersUpdatedActivity
A
PullRequestActivity added when the reviewers of a pull request are updated. |
Modifier and Type | Method and Description |
---|---|
Page<PullRequestActivity> |
PullRequestService.getActivities(int repositoryId,
long pullRequestId,
PageRequest pageRequest)
Retrieves a page of the activities for a given pull request.
|
Set<PullRequestActivity> |
PullRequestService.getActivitiesById(int repositoryId,
long pullRequestId,
Set<Long> activityIds)
Retrieves the specified activities of the given pull request.
|
PullRequestActivityPage<PullRequestActivity> |
PullRequestService.getActivitiesStartingAt(int repositoryId,
long pullRequestId,
PullRequestEntityType fromType,
long fromId,
PageRequest pageRequest)
Retrieves the page of activities that start with an entity (given its type and id) for the given pull request.
|
Page<PullRequestActivity> |
PullRequestService.searchActivities(PullRequestActivitySearchRequest request,
PageRequest pageRequest)
Finds a single page of pull request activities depending on the
request
passed in. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPullRequestActivityVisitor.visit(PullRequestActivity activity) |
void |
PullRequestActivityVisitor.visit(PullRequestActivity activity) |
Copyright © 2024 Atlassian. All rights reserved.