Uses of Interface
com.atlassian.bitbucket.util.Page
Packages that use Page
Package
Description
-
Uses of Page in com.atlassian.bitbucket.build.status
Methods in com.atlassian.bitbucket.build.status that return PageModifier and TypeMethodDescriptionRepositoryBuildStatusService.search
(BuildStatusPullRequestSearchRequest request, PageRequest pageRequest) Find build statuses for a pull request that match the given request.RepositoryBuildStatusService.search
(BuildStatusRepositorySearchRequest request, PageRequest pageRequest) Search for build statuses that match the given request. -
Uses of Page in com.atlassian.bitbucket.comment
Methods in com.atlassian.bitbucket.comment that return PageModifier and TypeMethodDescriptionCommentService.search
(CommentSearchRequest request, PageRequest pageRequest) Search for allcomments
matching the provided request.CommentService.searchThreads
(CommentSearchRequest request, PageRequest pageRequest) Search for allthreads
matching the provided request. -
Uses of Page in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit that return PageModifier and TypeMethodDescriptionCommitEnricher.enrichPage
(Repository repository, Page<Commit> page, Collection<String> propertyKeys) Changeset.getChanges()
CommitService.getChanges
(ChangesRequest request, PageRequest pageRequest) Retrieves a page ofchanges
between two commits.SimpleChangeset.getChanges()
CommitService.getChangesets
(ChangesetsRequest request, PageRequest pageRequest) Retrieves changesets for each of the requestedChangesetsRequest.getCommitIds()
commits}, including the first page of changes between each commit and its first parent.CommitService.getCommits
(CommitsRequest request, PageRequest pageRequest) Retrieves a page of commits, starting from a given branch, tag or commit, optionally filtered to only return commits which modify one or more paths.CommitService.getCommitsBetween
(CommitsBetweenRequest request, PageRequest pageRequest) Retrieves a page of commits between theincluded commits
and theexcluded commits
.Methods in com.atlassian.bitbucket.commit with parameters of type PageModifier and TypeMethodDescriptionCommitEnricher.enrichPage
(Repository repository, Page<Commit> page, Collection<String> propertyKeys) -
Uses of Page in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return PageModifier and TypeMethodDescriptionContentService.getBlame
(Repository repository, String commitId, String path, PageRequest pageRequest) CalculatesBlame
for the lines included by the providedPageRequest
for the specified path starting from the provided commit.DirectoryRevision.getChildren()
Methods in com.atlassian.bitbucket.content with parameters of type PageModifier and TypeMethodDescriptionvoid
AbstractFileContentCallback.offerBlame
(Page<Blame> blames) void
FileContentCallback.offerBlame
(Page<Blame> blames) If annotations were requested and at least oneline
was streamed, this method will be called beforeFileContentCallback.onEnd(FileSummary)
to provideblame
for the streamed lines. -
Uses of Page in com.atlassian.bitbucket.dashboard
Methods in com.atlassian.bitbucket.dashboard that return PageModifier and TypeMethodDescriptionDashboardService.suggestPullRequests
(SuggestPullRequestsRequest request) Retrieves a single page of suggestions for pull requests that a user may wish to raise. -
Uses of Page in com.atlassian.bitbucket.hook.repository
Methods in com.atlassian.bitbucket.hook.repository that return PageModifier and TypeMethodDescriptionRepositoryHookService.search
(RepositoryHookSearchRequest request, PageRequest pageRequest) Searches forrepository hooks
that match the providedrequest
. -
Uses of Page in com.atlassian.bitbucket.hook.script
Methods in com.atlassian.bitbucket.hook.script that return PageModifier and TypeMethodDescriptionHookScriptService.findByPluginKey
(String pluginKey, PageRequest pageRequest) Finds a page of hook scripts which were created by the app with the specified plugin key. -
Uses of Page in com.atlassian.bitbucket.idx
Methods in com.atlassian.bitbucket.idx that return PageModifier and TypeMethodDescriptionCommitIndex.findByProperty
(String propertyKey, String propertyValue, boolean caseSensitive, PageRequest pageRequest) Retrieves allindexed commits
that have a given property with a specified value.CommitIndex.search
(IndexSearchRequest searchRequest, PageRequest pageRequest) Searches the index for any matching commits.CommitIndex.searchRepositoryCommits
(IndexSearchRequest indexSearchRequest, PageRequest pageRequest) Search the index for anycommits
matching the provided search request. -
Uses of Page in com.atlassian.bitbucket.job
Methods in com.atlassian.bitbucket.job that return PageModifier and TypeMethodDescriptionJobService.search
(JobSearchRequest request, PageRequest pageRequest) Finds alljobs
matching the supplied request objectJobService.searchMessages
(JobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messages
matching the supplied request object -
Uses of Page in com.atlassian.bitbucket.label
Methods in com.atlassian.bitbucket.label that return PageModifier and TypeMethodDescriptionLabelService.findAll
(PageRequest pageRequest) LabelService.findByLabelable
(Labelable labelable, PageRequest pageRequest) LabelService.findByPrefix
(String labelPref, PageRequest pageRequest) LabelService.searchLabelables
(LabelableSearchRequest searchRequest, PageRequest pageRequest) -
Uses of Page in com.atlassian.bitbucket.migration
Methods in com.atlassian.bitbucket.migration that return PageModifier and TypeMethodDescriptionMigrationService.searchExportJobMessages
(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messages
matching the supplied request object for an export job.MigrationService.searchImportJobMessages
(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messages
matching the supplied request object for an import job.MigrationService.searchMeshMigrationJobMessages
(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messages
matching the supplied request object for a migration job. -
Uses of Page in com.atlassian.bitbucket.permission
Methods in com.atlassian.bitbucket.permission that return PageModifier and TypeMethodDescriptionPermissionAdminService.findGroupsWithGlobalPermission
(String filter, PageRequest pageRequest) Retrieves a page ofgroups
and their highest global permission.PermissionAdminService.findGroupsWithoutGlobalPermission
(String filter, PageRequest pageRequest) Retrieves a page of groups who have not been explicitly granted any global permissionPermissionAdminService.findGroupsWithoutProjectPermission
(Project project, String filter, PageRequest pageRequest) Retrieves a page of groups who have not been explicitly granted any project permissionPermissionAdminService.findGroupsWithoutRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) Retrieves a page of groups who have not been explicitly granted any repository permission.PermissionAdminService.findGroupsWithProjectPermission
(Project project, String filter, PageRequest pageRequest) Retrieves a page ofgroups
and their highest granted permission for the specified project.PermissionAdminService.findGroupsWithRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofgroups
and their highest granted permission for the specified repository.PermissionAdminService.findLicensedUsersWithoutProjectPermission
(Project project, String filter, PageRequest pageRequest) PermissionAdminService.findLicensedUsersWithoutRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) PermissionAdminService.findUsersWithGlobalPermission
(String filter, PageRequest pageRequest) Retrieves a page ofusers
and their highest global permission.PermissionAdminService.findUsersWithoutGlobalPermission
(String filter, PageRequest pageRequest) Retrieves a page ofactive
users who have not been explicitly granted any global permissionPermissionAdminService.findUsersWithProjectPermission
(Project project, String filter, PageRequest pageRequest) Retrieves a page ofusers
and their highest granted permission for the specified project.PermissionAdminService.findUsersWithRepositoryPermission
(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofusers
and their highest granted permission for the specified repository.PermissionService.getGrantedGroups
(Permission permission, PageRequest request) Get the groups which are granted a permissionPermissionService.getGrantedUsers
(Permission permission, PageRequest request) Get the users which are granted a permission -
Uses of Page in com.atlassian.bitbucket.project
Methods in com.atlassian.bitbucket.project that return PageModifier and TypeMethodDescriptionProjectService.findAll
(PageRequest pageRequest) Retrieves a page of projects which are visible for the current user.ProjectService.search
(ProjectSearchRequest searchRequest, PageRequest pageRequest) -
Uses of Page in com.atlassian.bitbucket.pull
Subinterfaces of Page in com.atlassian.bitbucket.pullModifier and TypeInterfaceDescriptioninterface
PullRequestActivityPage<T extends PullRequestActivity>
APage
ofactivities
allowing clients to both advance and reverse from this page by using the results ofPullRequestActivityPage.getPreviousPageStartId()
andgetNextPageRequest()
.Classes in com.atlassian.bitbucket.pull that implement PageModifier and TypeClassDescriptionclass
SimplePullRequestActivityPage<T extends PullRequestActivity>
Methods in com.atlassian.bitbucket.pull that return PageModifier and TypeMethodDescriptionPullRequestCommitEnricher.enrichPage
(PullRequest pullRequest, Page<Commit> page, Collection<String> propertyKeys) Enrich a page of commits with properties from theCommitIndex
.PullRequestService.getActivities
(int repositoryId, long pullRequestId, PageRequest pageRequest) Retrieves a page of the activities for a given pull request.PullRequestService.getCommits
(PullRequestCommitsRequest request, PageRequest pageRequest) Retrieves a page of the commits for a given pull request.PullRequestService.getParticipants
(int repositoryId, long pullRequestId, PageRequest pageRequest) Retrieves a page of the participants for a given pull request.PullRequestService.getReviewThreads
(int repositoryId, long pullRequestId, PageRequest pageRequest) PullRequestService.search
(PullRequestSearchRequest request, PageRequest pageRequest) Finds a single page of pull requests depending on therequest
passed in.PullRequestService.searchActivities
(PullRequestActivitySearchRequest request, PageRequest pageRequest) Finds a single page of pull request activities depending on therequest
passed in.PullRequestService.searchByCommit
(PullRequestCommitSearchRequest request, PageRequest pageRequest) Finds a single page of pull requests containing a specified commit which match the givensearch criteria
.PullRequestService.searchUsers
(PullRequestParticipantSearchRequest searchRequest, PageRequest pageRequest) Findsusers
who have participated in pull requests based on the providedsearch request
.<E> Page<E>
Methods in com.atlassian.bitbucket.pull with parameters of type PageModifier and TypeMethodDescriptionPullRequestCommitEnricher.enrichPage
(PullRequest pullRequest, Page<Commit> page, Collection<String> propertyKeys) Enrich a page of commits with properties from theCommitIndex
.Constructors in com.atlassian.bitbucket.pull with parameters of type PageModifierConstructorDescriptionSimplePullRequestActivityPage
(Page<T> page, long previousPageStartId) -
Uses of Page in com.atlassian.bitbucket.pull.reviewer
Methods in com.atlassian.bitbucket.pull.reviewer that return PageModifier and TypeMethodDescriptionReviewerGroupService.findByName
(Scope scope, String name, PageRequest pageRequest) Find reviewer groups by name.ReviewerGroupService.findByScope
(Scope scope, PageRequest pageRequest) Find the reviewer groups in a given scope -
Uses of Page in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return PageModifier and TypeMethodDescriptionRepositoryService.findAll
(PageRequest pageRequest) Find all repositories in the system in the default namespace.RepositoryService.findByOrigin
(Repository origin, PageRequest pageRequest) Retrieves a page ofrepositories
which have been forked from the specifiedorigin
.RepositoryService.findByOwner
(ApplicationUser owner, PageRequest pageRequest) Retrieves a page ofrepositories
owned by the specifieduser
.RepositoryService.findByProjectId
(int projectId, PageRequest pageRequest) Retrieves a page ofrepositories
in the project with the given id.RepositoryService.findByProjectKey
(String projectKey, PageRequest pageRequest) List the names of the repositories in the project with the given key and with a default (null) namespace.RepositoryService.findRelated
(Repository repository, PageRequest pageRequest) Retrieves a page ofrepositories
which belong to the samehierarchy
as the specified repository.RefService.getBranches
(RepositoryBranchesRequest request, PageRequest pageRequest) Retrieves a paged list ofbranches
for the specified repository, optionally filtered by the provided starting text.RefService.getTags
(RepositoryTagsRequest request, PageRequest pageRequest) Retrieves a paged list oftags
for the specified repository, optionally filtered by the provided starting text.RepositoryService.search
(RepositorySearchRequest request, PageRequest pageRequest) Searches forrepositories
that match the providedrequest
. -
Uses of Page in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return types with arguments of type PageModifier and TypeMethodDescriptionScmCommandFactory.blame
(BlameCommandParameters parameters, PageRequest pageRequest) Retrieves blame (also sometimes referred to as annotations) for a file at a given revision.ScmCommandFactory.branches
(BranchesCommandParameters parameters, PageRequest pageRequest) ScmCommandFactory.changes
(ChangesCommandParameters parameters, PageRequest pageRequest) ScmCommandFactory.changesets
(ChangesetsCommandParameters parameters, PageRequest pageRequest) Retrieves a page ofchangesets
given a set ofcommit IDs
, where each changeset includes the first page ofchanges
between a requested commit and its first parent.ScmCommandFactory.commits
(CommitsCommandParameters parameters, PageRequest pageRequest) Retrieves apage
of commits matching the specifiedparameters
.ScmCommandFactory.tags
(TagsCommandParameters parameters, PageRequest pageRequest) -
Uses of Page in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that return PageModifier and TypeMethodDescriptionRecentlyAccessedRepositoriesService.findByCurrentUser
(Permission permission, PageRequest pageRequest) Returns a page of repositories accessed most recently by the current user.RecentlyAccessedRepositoriesService.findByCurrentUser
(PageRequest pageRequest) Returns a page of repositories accessed most recently by the current user.UserAdminService.findGroups
(PageRequest pageRequest) Retrieves a page of groups with fulldetails
.UserService.findGroups
(PageRequest pageRequest) Retrieves a page of groups.UserAdminService.findGroupsByName
(String groupName, PageRequest pageRequest) Retrieves a page of groups with fulldetails
, optionally filtering the returned results to those containing the specifiedgroupName
.UserService.findGroupsByName
(String groupName, PageRequest pageRequest) Retrieves a page of groups, optionally filtering the returned results to those containing the specifiedgroupName
.UserService.findGroupsByPrefix
(String groupPrefix, PageRequest pageRequest) Retrieves a page of groups, optionally filtering the returned results to those beginning with the specifiedgroupPrefix
.UserService.findGroupsByUser
(String username, PageRequest pageRequest) Retrieves a page of groups which the specified user is a member of.UserAdminService.findGroupsWithoutUser
(String username, String groupName, PageRequest pageRequest) Retrieves a page of groups which the specified user is not a member of, with fulldetails
, optionally filtering the returned results to those containing the specifiedgroupName
.UserAdminService.findGroupsWithUser
(String username, String groupName, PageRequest pageRequest) Retrieves a page of groups which the specified user is a member of, with fulldetails
, optionally filtering the returned results to those containing the specifiedgroupName
.UserAdminService.findUsers
(PageRequest pageRequest) Retrieves a page of users with fulldetails
.UserService.findUsers
(PageRequest pageRequest) UserService.findUsersByGroup
(String groupName, PageRequest pageRequest) Retrieves a page ofactive
users which are members of the specified group.UserAdminService.findUsersByName
(String username, PageRequest pageRequest) Retrieves a page of users, optionally filtering the returned results to those containing the specifiedusername
.UserService.findUsersByName
(String username, PageRequest pageRequest) UserAdminService.findUsersWithGroup
(String groupName, String username, PageRequest pageRequest) Find the users within a group that match the page request.UserAdminService.findUsersWithoutGroup
(String groupName, String username, PageRequest pageRequest) Find the users outside a group that match the page request.UserService.search
(UserSearchRequest request, PageRequest pageRequest) -
Uses of Page in com.atlassian.bitbucket.util
Classes in com.atlassian.bitbucket.util that implement PageModifier and TypeClassDescriptionclass
An instance ofPage
that supports pagination across an underlying paged collection.class
PageImpl<T>
Methods in com.atlassian.bitbucket.util that return Page -
Uses of Page in com.atlassian.bitbucket.watcher
Methods in com.atlassian.bitbucket.watcher that return PageModifier and TypeMethodDescriptionWatcherService.search
(WatcherSearchRequest request, PageRequest pageRequest)