Uses of Interface
com.atlassian.bitbucket.util.PageRequest
Package
Description
-
Uses of PageRequest in com.atlassian.bitbucket.build.status
Modifier 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 PageRequest in com.atlassian.bitbucket.comment
Modifier 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 PageRequest in com.atlassian.bitbucket.commit
Modifier and TypeMethodDescriptionCommitService.getChanges
(ChangesRequest request, PageRequest pageRequest) Retrieves a page ofchanges
between two commits.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
. -
Uses of PageRequest in com.atlassian.bitbucket.content
Modifier 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.void
ContentService.streamDirectory
(Repository repository, String objectId, String path, boolean recursive, ContentTreeCallback callback, PageRequest pageRequest) Performs a directory listing for the specified objectId+path from the specified repository, streaming the results to the providedcallback
.void
ContentService.streamFile
(Repository repository, String objectId, String path, PageRequest pageRequest, boolean withBlame, FileContentCallback fileContentCallback) -
Uses of PageRequest in com.atlassian.bitbucket.hook.repository
Modifier and TypeMethodDescriptionRepositoryHookService.search
(RepositoryHookSearchRequest request, PageRequest pageRequest) Searches forrepository hooks
that match the providedrequest
. -
Uses of PageRequest in com.atlassian.bitbucket.hook.script
Modifier 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 PageRequest in com.atlassian.bitbucket.idx
Modifier 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 PageRequest in com.atlassian.bitbucket.job
Modifier 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 PageRequest in com.atlassian.bitbucket.label
Modifier 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 PageRequest in com.atlassian.bitbucket.migration
Modifier 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 PageRequest in com.atlassian.bitbucket.permission
Modifier 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 PageRequest in com.atlassian.bitbucket.project
Modifier 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 PageRequest in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestService.getActivities
(int repositoryId, long pullRequestId, PageRequest pageRequest) Retrieves a page of the activities for a 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.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
. -
Uses of PageRequest in com.atlassian.bitbucket.pull.reviewer
Modifier 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 PageRequest in com.atlassian.bitbucket.repository
Modifier 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 PageRequest in com.atlassian.bitbucket.scm
Modifier 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.directory
(DirectoryCommandParameters parameters, ContentTreeCallback callback, PageRequest pageRequest) Streams thetree nodes
(files, subdirectories and submodules) in the specifieddirectory
.ScmCommandFactory.file
(FileCommandParameters parameters, FileContentCallback callback, PageRequest pageRequest) Streams the contents of thespecified file
.ScmCommandFactory.tags
(TagsCommandParameters parameters, PageRequest pageRequest) -
Uses of PageRequest in com.atlassian.bitbucket.user
Modifier 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 PageRequest in com.atlassian.bitbucket.util
Modifier and TypeMethodDescriptionPageRequest.buildRestrictedPageRequest
(int maxLimit) PageRequestImpl.buildRestrictedPageRequest
(int maxLimit) AbstractPagedSummary.getNextPageRequest()
If this is not thelast page
, retrieves thePageRequest
which can be used to request the next page.FilteredPageImpl.getNextPageRequest()
Page.getNextPageRequest()
PageImpl.getNextPageRequest()
AbstractPagedSummary.getPageRequest()
Retrieves thePageRequest
that was used to retrieve this page of results.PagedCallback.getPageRequest()
Retrieves thePageRequest
which defines thePage
the callback is attempting to build, allowing components which provide data to the callback to potentially assist in producing the desired page.Modifier and TypeMethodDescriptionAbstractPagedSummary.AbstractPagedBuilder.pageRequest
(PageRequest value) ModifierConstructorDescriptionFilteredPageImpl
(PageRequest pageRequest, int size, SortedMap<Integer, T> valueMap, boolean lastPage) PageImpl
(PageRequest pageRequest, int size, Iterable<T> values, boolean lastPage) PageImpl
(PageRequest pageRequest, Iterable<T> values, boolean lastPage) Creates a page from the providedvalues
and explicitly setsPageImpl.getIsLastPage()
.PageImpl
(PageRequest pageRequest, Iterable<T> values, boolean lastPage, int size, int nextPageStart) -
Uses of PageRequest in com.atlassian.bitbucket.watcher
Modifier and TypeMethodDescriptionWatcherService.search
(WatcherSearchRequest request, PageRequest pageRequest)