Uses of Interface
com.atlassian.bitbucket.pull.PullRequestActivity
Packages that use PullRequestActivity
-
Uses of PullRequestActivity in com.atlassian.bitbucket.event.pull
Methods in com.atlassian.bitbucket.event.pull that return PullRequestActivityConstructors in com.atlassian.bitbucket.event.pull with parameters of type PullRequestActivityModifierConstructorDescriptionPullRequestActivityEvent
(Object source, PullRequestActivity activity) -
Uses of PullRequestActivity in com.atlassian.bitbucket.pull
Classes in com.atlassian.bitbucket.pull with type parameters of type PullRequestActivityModifier 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>
Subinterfaces of PullRequestActivity in com.atlassian.bitbucket.pullModifier 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.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestActivityModifier 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.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestActivityModifier and TypeMethodDescriptionvoid
AbstractPullRequestActivityVisitor.visit
(PullRequestActivity activity) void
PullRequestActivityVisitor.visit
(PullRequestActivity activity)