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 TypeInterfaceDescriptioninterfacePullRequestActivityPage<T extends PullRequestActivity>APageofactivitiesallowing clients to both advance and reverse from this page by using the results ofPullRequestActivityPage.getPreviousPageStartId()andPage.getNextPageRequest().classSimplePullRequestActivityPage<T extends PullRequestActivity>Subinterfaces of PullRequestActivity in com.atlassian.bitbucket.pullModifier and TypeInterfaceDescriptioninterfaceAPullRequestActivityrepresenting thecancellingof auto-merge on the pull request.interfaceAPullRequestActivityrepresenting acomment actionmade on the contents of the pull request.interfaceAPullRequestActivityadded when the draft status of a pull request has been updated.interfaceAPullRequestActivityrepresenting when the pull request was merged.interfaceAPullRequestActivityadded when the source or target ref of the pull request moves.interfaceAPullRequestActivityadded 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 therequestpassed in.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestActivityModifier and TypeMethodDescriptionvoidAbstractPullRequestActivityVisitor.visit(PullRequestActivity activity) voidPullRequestActivityVisitor.visit(PullRequestActivity activity)