Uses of Interface
com.atlassian.bitbucket.pull.PullRequestActivity
-
Uses of PullRequestActivity in com.atlassian.bitbucket.event.pull
ModifierConstructorDescriptionPullRequestActivityEvent
(Object source, PullRequestActivity activity) -
Uses of PullRequestActivity in com.atlassian.bitbucket.pull
Modifier and TypeInterfaceDescriptioninterface
PullRequestActivityPage<T extends PullRequestActivity>
APage
ofactivities
allowing clients to both advance and reverse from this page by using the results ofPullRequestActivityPage.getPreviousPageStartId()
andPage.getNextPageRequest()
.class
SimplePullRequestActivityPage<T extends PullRequestActivity>
Modifier and TypeInterfaceDescriptioninterface
APullRequestActivity
representing thecancelling
of auto-merge on the pull request.interface
APullRequestActivity
representing acomment action
made on the contents of the pull request.interface
APullRequestActivity
added when the draft status of a pull request has been updated.interface
APullRequestActivity
representing when the pull request was merged.interface
APullRequestActivity
added when the source or target ref of the pull request moves.interface
APullRequestActivity
added when the reviewers of a pull request are updated.Modifier and TypeMethodDescriptionPullRequestService.getActivities
(int repositoryId, long pullRequestId, PageRequest pageRequest) Retrieves a page of the activities for a given pull request.PullRequestService.getActivitiesById
(int repositoryId, long pullRequestId, Set<Long> activityIds) Retrieves the specified activities of the given pull request.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.PullRequestService.searchActivities
(PullRequestActivitySearchRequest request, PageRequest pageRequest) Finds a single page of pull request activities depending on therequest
passed in.Modifier and TypeMethodDescriptionvoid
AbstractPullRequestActivityVisitor.visit
(PullRequestActivity activity) void
PullRequestActivityVisitor.visit
(PullRequestActivity activity)