Uses of Interface
com.atlassian.bitbucket.util.Page
Packages that use Page
Package
Description
- 
Uses of Page in com.atlassian.bitbucket.build.statusMethods 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.commentMethods in com.atlassian.bitbucket.comment that return PageModifier and TypeMethodDescriptionCommentService.search(CommentSearchRequest request, PageRequest pageRequest) Search for allcommentsmatching the provided request.CommentService.searchThreads(CommentSearchRequest request, PageRequest pageRequest) Search for allthreadsmatching the provided request.
- 
Uses of Page in com.atlassian.bitbucket.commitMethods 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 ofchangesbetween 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 commitsand 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.contentMethods in com.atlassian.bitbucket.content that return PageModifier and TypeMethodDescriptionContentService.getBlame(Repository repository, String commitId, String path, PageRequest pageRequest) CalculatesBlamefor the lines included by the providedPageRequestfor the specified path starting from the provided commit.DirectoryRevision.getChildren()Methods in com.atlassian.bitbucket.content with parameters of type PageModifier and TypeMethodDescriptionvoidAbstractFileContentCallback.offerBlame(Page<Blame> blames) voidFileContentCallback.offerBlame(Page<Blame> blames) If annotations were requested and at least onelinewas streamed, this method will be called beforeFileContentCallback.onEnd(FileSummary)to provideblamefor the streamed lines.
- 
Uses of Page in com.atlassian.bitbucket.dashboardMethods 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.repositoryMethods in com.atlassian.bitbucket.hook.repository that return PageModifier and TypeMethodDescriptionRepositoryHookService.search(RepositoryHookSearchRequest request, PageRequest pageRequest) Searches forrepository hooksthat match the providedrequest.
- 
Uses of Page in com.atlassian.bitbucket.hook.scriptMethods 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.idxMethods in com.atlassian.bitbucket.idx that return PageModifier and TypeMethodDescriptionCommitIndex.findByProperty(String propertyKey, String propertyValue, boolean caseSensitive, PageRequest pageRequest) Retrieves allindexed commitsthat 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 anycommitsmatching the provided search request.
- 
Uses of Page in com.atlassian.bitbucket.jobMethods in com.atlassian.bitbucket.job that return PageModifier and TypeMethodDescriptionJobService.search(JobSearchRequest request, PageRequest pageRequest) Finds alljobsmatching the supplied request objectJobService.searchMessages(JobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object
- 
Uses of Page in com.atlassian.bitbucket.labelMethods 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.migrationMethods in com.atlassian.bitbucket.migration that return PageModifier and TypeMethodDescriptionMigrationService.searchExportJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for an export job.MigrationService.searchImportJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for an import job.MigrationService.searchMeshMigrationJobMessages(MigrationJobMessageSearchRequest request, PageRequest pageRequest) Finds alljob messagesmatching the supplied request object for a migration job.
- 
Uses of Page in com.atlassian.bitbucket.permissionMethods in com.atlassian.bitbucket.permission that return PageModifier and TypeMethodDescriptionPermissionAdminService.findGroupsWithGlobalPermission(String filter, PageRequest pageRequest) Retrieves a page ofgroupsand 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 ofgroupsand their highest granted permission for the specified project.PermissionAdminService.findGroupsWithRepositoryPermission(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofgroupsand 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 ofusersand their highest global permission.PermissionAdminService.findUsersWithoutGlobalPermission(String filter, PageRequest pageRequest) Retrieves a page ofactiveusers who have not been explicitly granted any global permissionPermissionAdminService.findUsersWithProjectPermission(Project project, String filter, PageRequest pageRequest) Retrieves a page ofusersand their highest granted permission for the specified project.PermissionAdminService.findUsersWithRepositoryPermission(Repository repository, String filter, PageRequest pageRequest) Retrieves a page ofusersand 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.projectMethods 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.pullSubinterfaces of Page in com.atlassian.bitbucket.pullModifier and TypeInterfaceDescriptioninterfacePullRequestActivityPage<T extends PullRequestActivity>APageofactivitiesallowing 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 TypeClassDescriptionclassSimplePullRequestActivityPage<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 therequestpassed in.PullRequestService.searchActivities(PullRequestActivitySearchRequest request, PageRequest pageRequest) Finds a single page of pull request activities depending on therequestpassed 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) Findsuserswho 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.reviewerMethods 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.repositoryMethods 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 ofrepositorieswhich have been forked from the specifiedorigin.RepositoryService.findByOwner(ApplicationUser owner, PageRequest pageRequest) Retrieves a page ofrepositoriesowned by the specifieduser.RepositoryService.findByProjectId(int projectId, PageRequest pageRequest) Retrieves a page ofrepositoriesin 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 ofrepositorieswhich belong to the samehierarchyas the specified repository.RefService.getBranches(RepositoryBranchesRequest request, PageRequest pageRequest) Retrieves a paged list ofbranchesfor the specified repository, optionally filtered by the provided starting text.RefService.getTags(RepositoryTagsRequest request, PageRequest pageRequest) Retrieves a paged list oftagsfor the specified repository, optionally filtered by the provided starting text.RepositoryService.search(RepositorySearchRequest request, PageRequest pageRequest) Searches forrepositoriesthat match the providedrequest.
- 
Uses of Page in com.atlassian.bitbucket.scmMethods 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 ofchangesetsgiven a set ofcommit IDs, where each changeset includes the first page ofchangesbetween a requested commit and its first parent.ScmCommandFactory.commits(CommitsCommandParameters parameters, PageRequest pageRequest) Retrieves apageof commits matching the specifiedparameters.ScmCommandFactory.tags(TagsCommandParameters parameters, PageRequest pageRequest) 
- 
Uses of Page in com.atlassian.bitbucket.userMethods 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 ofactiveusers 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.utilClasses in com.atlassian.bitbucket.util that implement PageModifier and TypeClassDescriptionclassAn instance ofPagethat supports pagination across an underlying paged collection.classPageImpl<T>Methods in com.atlassian.bitbucket.util that return Page
- 
Uses of Page in com.atlassian.bitbucket.watcherMethods in com.atlassian.bitbucket.watcher that return PageModifier and TypeMethodDescriptionWatcherService.search(WatcherSearchRequest request, PageRequest pageRequest)