Uses of Class
org.gitlab4j.api.Pager
Packages that use Pager
-
Uses of Pager in org.gitlab4j.api
Methods in org.gitlab4j.api that return PagerModifier and TypeMethodDescriptionNamespaceApi.findNamespaces
(String query, int itemsPerPage) Get a Pager of all namespaces that match a string in their name or path.Search users by Email or username and return a PagerGroupApi.getAccessRequests
(Object groupIdOrPath, int itemsPerPage) Get a Pager of the group access requests viewable by the authenticated user.ProjectApi.getAccessRequests
(Object projectIdOrPath, int itemsPerPage) Get a Pager of the project access requests viewable by the authenticated user.UserApi.getActiveUsers
(int itemsPerPage) Get a Pager of active users.LicenseApi.getAllLicenses
(int itemsPerPage) Get a Pager of all licenses.GroupApi.getAllMembers
(Object groupIdOrPath, int itemsPerPage) Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.GroupApi.getAllMembers
(Object groupIdOrPath, String query, List<Long> userIds, int itemsPerPage) Gets a Pager of group members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembers
(Object projectIdOrPath, int itemsPerPage) Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.ProjectApi.getAllMembers
(Object projectIdOrPath, String query, List<Long> userIds, int itemsPerPage) Gets a Pager of project members viewable by the authenticated user, including inherited members through ancestor groups.RunnersApi.getAllRunners
(int itemsPerPage) Get a list of all runners in the GitLab instance (specific and shared).RunnersApi.getAllRunners
(Runner.RunnerType type, Runner.RunnerStatus status, int itemsPerPage) Get a list of all runners in the GitLab instance (specific and shared).ApplicationsApi.getApplications
(int itemsPerPage) Get a Pager of all OAUTH applications.MergeRequestApi.getApprovalRules
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of the merge request level approval rules.ProjectApi.getApprovalRules
(Object projectIdOrPath, int itemsPerPage) Get a Pager of the project-level approval rules.AuditEventApi.getAuditEvents
(Date created_after, Date created_before, String entityType, Long entityId, int itemsPerPage) Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.GroupApi.getAuditEvents
(Object groupIdOrPath, Date created_after, Date created_before, int itemsPerPage) Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.ProjectApi.getAuditEvents
(Object projectIdOrPath, Date created_after, Date created_before, int itemsPerPage) Get a Pager of the group audit events viewable by Maintainer or an Owner of the group.EventsApi.getAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the authenticated user and in the specified page range.EventsApi.getAuthenticatedUserEvents
(Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage, Constants.EventScope scope) Get a list of events for the authenticated user and in the specified page range.Get a Pager of file blame from repository.UserApi.getBlockedUsers
(int itemsPerPage) Get a Pager of blocked users.BoardsApi.getBoardLists
(Object projectIdOrPath, Long boardId, int itemsPerPage) Get a Pager of the board’s lists.Get a Pager of all issue boards for the specified project.RepositoryApi.getBranches
(Object projectIdOrPath, int itemsPerPage) Get a Pager of repository branches from a project, sorted by name alphabetically.RepositoryApi.getBranches
(Object projectIdOrPath, String search, int itemsPerPage) Get a Pager of repository branches from a project, sorted by name alphabetically, filter by the search term.IssuesApi.getClosedByMergeRequests
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager containing all the merge requests that will close issue when merged.MergeRequestApi.getClosesIssues
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager containing all the issues that would be closed by merging the provided merge request.CommitsApi.getComments
(Object projectIdOrPath, String sha, int itemsPerPage) Get a Pager of the comments of a commit in a project.DiscussionsApi.getCommitDiscussionsPager
(Object projectIdOrPath, String commitSha, int itemsPerPage) Get a Pager of Discussion instances for the specified commit.CommitsApi.getCommitRefs
(Object projectIdOrPath, String sha, int itemsPerPage) Get a Pager of references (from branches or tags) a commit is pushed to.CommitsApi.getCommitRefs
(Object projectIdOrPath, String sha, CommitRef.RefType refType, int itemsPerPage) Get a Pager of references (from branches or tags) a commit is pushed to.CommitsApi.getCommits
(Object projectIdOrPath, int itemsPerPage) Get a Pager of all repository commits in a project.CommitsApi.getCommits
(Object projectIdOrPath, String ref, Date since, Date until, int itemsPerPage) Get a Pager of repository commits in a project.CommitsApi.getCommits
(Object projectIdOrPath, String ref, Date since, Date until, String path, int itemsPerPage) Get a Pager of repository commits in a projectCommitsApi.getCommits
(Object projectIdOrPath, String ref, Date since, Date until, String path, Boolean all, Boolean withStats, Boolean firstParent, int itemsPerPage) Get a Pager of the specified repository commits in a projectMergeRequestApi.getCommits
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of merge request commits.CommitsApi.getCommitStatuses
(Object projectIdOrPath, String sha, CommitStatusFilter filter, int itemsPerPage) Get a Pager of repository commit statuses that meet the provided filter.RepositoryApi.getContributors
(Object projectIdOrPath, int itemsPerPage) Get a Pager of contributors from a project.GroupApi.getCustomAttributes
(Object groupIdOrPath, int itemsPerPage) Get a Pager of custom attributes for the specified group.ProjectApi.getCustomAttributes
(Object projectIdOrPath, int itemsPerPage) Get a Pager of custom attributes for the specified project.DeployKeysApi.getDeployKeys
(int itemsPerPage) Get a Pager of all deploy keys across all projects of the GitLab instance.DeployTokensApi.getDeployTokens
(int itemsPerPage) Get a Pager of all deploy tokens across all projects of the GitLab instance.GroupApi.getDescendantGroups
(Object groupIdOrPath, GroupFilter filter, int itemsPerPage) Get a Pager of visible descendant groups of a given group for the authenticated user using the provided filter.Get the Pager of diffs of a commit in a project.TodosApi.getDoneTodos
(int itemsPerPage) Get a Pager of done todos for the current user.EnvironmentsApi.getEnvironments
(Object projectIdOrPath, int itemsPerPage) Get a Pager of all environments for a given project.DiscussionsApi.getEpicDiscussionsPager
(Object projectIdOrPath, Long epicId, int itemsPerPage) Get a Pager of Discussion instances for the specified epic.EpicsApi.getEpicIssues
(Object groupIdOrPath, Long epicIid, int itemsPerPage) Get a Pager of all issues that are assigned to an epic and the authenticated user has access to.ResourceLabelEventsApi.getEpicLabelEvents
(Object projectIdOrPath, Long epicId, int itemsPerPage) Gets a Pager of all label events for the specified epic.Get a Pager of all epics of the requested group and its subgroups.EpicsApi.getEpics
(Object groupIdOrPath, Long authorId, String labels, Constants.EpicOrderBy orderBy, Constants.SortOrder sortOrder, String search, int itemsPerPage) Get a Pager of all epics of the requested group and its subgroups.ExternalStatusCheckApi.getExternalStatusChecks
(Object projectIdOrPath, int itemsPerPage) Gets a Pager of all external status checks for a given project.ExternalStatusCheckApi.getExternalStatusCheckStatuses
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Gets a Pager of all statuses of the external status checks for a given merge request.Get a Pager of projects that were forked from the specified project.DeployTokensApi.getGroupDeployTokens
(Object groupIdOrPath, int itemsPerPage) Get a Pager of the deploy tokens for the specified group.IssuesApi.getGroupIssues
(Object groupIdOrPath, int itemsPerPage) Get a Pager of groups's issues.IssuesApi.getGroupIssues
(Object groupIdOrPath, IssueFilter filter, int itemsPerPage) Get a list of groups's issues.MilestonesApi.getGroupIssues
(Object groupIdOrPath, Long milestoneId, int itemsPerPage) Get the Pager of issues associated with the specified group milestone.LabelsApi.getGroupLabels
(Object groupIdOrPath, int itemsPerPage) Get a Pager of all labels of the specified group.MilestonesApi.getGroupMilestones
(Object groupIdOrPath, int itemsPerPage) Get a Page of group milestones.GroupApi.getGroups
(int itemsPerPage) Get a Pager of groups.Get all groups that match your string in their name or path.GroupApi.getGroups
(GroupFilter filter, int itemsPerPage) Get a Pager of visible groups for the authenticated user using the provided filter.Get Pager of project hooks.DiscussionsApi.getIssueDiscussionsPager
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of Discussion instances for the specified issue.ResourceLabelEventsApi.getIssueLabelEvents
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Gets a Pager of all label events for a single issue.IssuesApi.getIssueLinks
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of related issues of a given issue, sorted by the relationship creation datetime (ascending).NotesApi.getIssueNotes
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of issues's notes.IssuesApi.getIssues
(int itemsPerPage) Get a Pager of all issues the authenticated user has access to.Get a Pager of project's issues.IssuesApi.getIssues
(Object projectIdOrPath, IssueFilter filter, int itemsPerPage) Get a list of project's issues.IssuesApi.getIssues
(IssueFilter filter, int itemsPerPage) Get all issues the authenticated user has access to.Get a Pager of issues associated with the specified milestone.Deprecated.ResourceStateEventsApi.getIssueStateEvents
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Gets a Pager of all state events for a single issue.Get a Pager of jobs in a project.JobApi.getJobs
(Object projectIdOrPath, Constants.JobScope scope, int itemsPerPage) Get a list of jobs in a project.List jobs that are being processed or were processed by specified Runner.List jobs that are being processed or were processed by specified Runner.JobApi.getJobsForPipeline
(Object projectIdOrPath, long pipelineId, int itemsPerPage) Get a Pager of jobs in a pipeline.Deprecated.Replaced by theLabelsApi.getProjectLabels(Object, int)
method.LicenseTemplatesApi.getLicenseTemplates
(int itemsPerPage) Get a Pager of all license templates.LicenseTemplatesApi.getLicenseTemplates
(Boolean popular, int itemsPerPage) Get a Pager of license templates.Get assets as Links from a Release.ProjectApi.getMemberProjects
(int itemsPerPage) Get a Pager of projects that the authenticated user is a member of.GroupApi.getMembers
(Object groupIdOrPath, int itemsPerPage) Get a Pager of group members viewable by the authenticated user.ProjectApi.getMembers
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project team members.UserApi.getMemberships
(Long userId, int itemsPerPage) Returns a Pager that lists all projects and groups a user is a member of.MergeRequestApi.getMergeRequestDiffs
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of merge request diff versions.DiscussionsApi.getMergeRequestDiscussionsPager
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of Discussion instances for the specified merge request.ResourceLabelEventsApi.getMergeRequestLabelEvents
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Gets a Pager of all label events for the specified merge request.NotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of all notes for a single merge requestNotesApi.getMergeRequestNotes
(Object projectIdOrPath, Long mergeRequestIid, Constants.SortOrder sortOrder, Note.OrderBy orderBy, int itemsPerPage) Get a Pager of all notes for a single merge requestMergeRequestApi.getMergeRequestPipelines
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of pipelines for a merge request.CommitsApi.getMergeRequests
(Object projectIdOrPath, String sha, int itemsPerPage) Get a Pager of Merge Requests related to the specified commit.DeploymentsApi.getMergeRequests
(Object projectIdOrPath, Long deploymentId, int itemsPerPage) Get a Pager of Merge Requests shipped with a given deployment.MergeRequestApi.getMergeRequests
(Object projectIdOrPath, int itemsPerPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests
(Object projectIdOrPath, Constants.MergeRequestState state, int itemsPerPage) Get all merge requests for the specified project.MergeRequestApi.getMergeRequests
(MergeRequestFilter filter, int itemsPerPage) Get all merge requests matching the filter.MilestonesApi.getMilestones
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project milestones.NamespaceApi.getNamespaces
(int itemsPerPage) Get a Pager of the namespaces of the authenticated user.Deprecated.As of release 4.7.0, replaced byNotesApi.getIssueNotes(Object, Long, int)
ProjectApi.getOwnedProjects
(int itemsPerPage) Get a Pager of projects owned by the authenticated user.PackagesApi.getPackageFiles
(Object projectIdOrPath, Long packageId, int itemsPerPage) Get a Pager of project package files.PackagesApi.getPackages
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project packages.PackagesApi.getPackages
(Object projectIdOrPath, PackageFilter filter, int itemsPerPage) Get a Pager of project packages.Get a Pager of pages in project wiki.Get a Pager of pages in project wiki.IssuesApi.getParticipants
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of the participants for an issue.MergeRequestApi.getParticipants
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of the participants of merge request.TodosApi.getPendingTodos
(int itemsPerPage) Get a Pager of pending todos for the current user.PipelineApi.getPipelines
(Object projectIdOrPath, int itemsPerPage) Get a Pager of pipelines in a project.PipelineApi.getPipelines
(Object projectIdOrPath, Constants.PipelineScope scope, PipelineStatus status, String ref, boolean yamlErrors, String name, String username, Constants.PipelineOrderBy orderBy, Constants.SortOrder sort, int itemsPerPage) Get a Pager of pipelines in a project.PipelineApi.getPipelines
(Object projectIdOrPath, PipelineFilter filter, int itemsPerPage) Get a Pager of pipelines in a project filtered with the providedPipelineFilter
.PipelineApi.getPipelineSchedules
(Object projectIdOrPath, int itemsPerPage) Get Pager of project pipeline schedule.PipelineApi.getPipelineTriggers
(Object projectIdOrPath, int itemsPerPage) Get Pager of project pipeline triggers.PipelineApi.getPipelineVariables
(Object projectIdOrPath, Long pipelineId, int itemsPerPage) Get a Pager of variables of a pipeline.DeployKeysApi.getProjectDeployKeys
(Object projectIdOrPath, int itemsPerPage) Get a Pager of the deploy keys for the specified project.DeploymentsApi.getProjectDeployments
(Object projectIdOrPath, int itemsPerPage) Get a Pager of all deployments for the specified project.DeploymentsApi.getProjectDeployments
(Object projectIdOrPath, DeploymentFilter filter) Get a Pager of all deployments for the specified project.DeploymentsApi.getProjectDeployments
(Object projectIdOrPath, DeploymentFilter filter, int itemsPerPage) Get a Pager of all deployments for the specified project.DeployTokensApi.getProjectDeployTokens
(Object projectIdOrPath, int itemsPerPage) Get a Pager of the deploy tokens for the specified project.EventsApi.getProjectEvents
(Object projectIdOrPath, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the specified project and in the specified page range.ProjectApi.getProjectEvents
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project events for specific project.ProjectApi.getProjectGroups
(Object projectIdOrPath, int itemsPerPage) Get a Pager of the ancestor groups for a given project.ProjectApi.getProjectGroups
(Object projectIdOrPath, ProjectGroupsFilter filter, int itemsPerPage) Get a Pager of the ancestor groups for a given project matching the specified filter.LabelsApi.getProjectLabels
(Object projectIdOrPath, int itemsPerPage) Get a Pager of all labels of the specified project.RunnersApi.getProjectRunners
(Object projectIdOrPath, int itemsPerPage) List all runners (specific and shared) available in the project.GroupApi.getProjects
(Object groupIdOrPath, int itemsPerPage) Get a Pager of projects belonging to the specified group ID.GroupApi.getProjects
(Object groupIdOrPath, GroupProjectsFilter filter, int itemsPerPage) Get a Pager of projects belonging to the specified group ID and filter.ProjectApi.getProjects
(int itemsPerPage) Get a Pager instance of projects accessible by the authenticated user.ProjectApi.getProjects
(Boolean archived, Visibility visibility, Constants.ProjectOrderBy orderBy, Constants.SortOrder sort, String search, Boolean simple, Boolean owned, Boolean membership, Boolean starred, Boolean statistics, int itemsPerPage) Get a Pager of projects accessible by the authenticated user and matching the supplied filter parameters.ProjectApi.getProjects
(String search, int itemsPerPage) Get a Pager of projects accessible by the authenticated user that match the provided search string.ProjectApi.getProjects
(ProjectFilter filter, int itemsPerPage) Get a Pager of all visible projects across GitLab for the authenticated user using the provided filter.ProjectApi.getProjectUsers
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project users.ProjectApi.getProjectUsers
(Object projectIdOrPath, String search, int itemsPerPage) Get a Pager of project users matching the specified search string.ProtectedBranchesApi.getProtectedBranches
(Object projectIdOrPath, int itemsPerPage) Gets a Pager of protected branches from a project.TagsApi.getProtectedTags
(Object projectIdOrPath, int itemsPerPage) Get a Pager of protected tags for a project.ReleasesApi.getReleases
(Object projectIdOrPath, int itemsPerPage) Get a Pager of releases for a project, sorted by release date.ProjectApi.getRemoteMirrors
(Object projectIdOrPath, int itemsPerPage) Get a Pager of remote mirrors and their statuses for the specified project.ContainerRegistryApi.getRepositories
(Object projectIdOrPath, int itemsPerPage) Get a Pager of registry repositories in a project.ContainerRegistryApi.getRepositoryTags
(Object projectIdOrPath, Long repositoryId, int itemsPerPage) Get a Pager of tags for given registry repository.RunnersApi.getRunners
(int itemsPerPage) Get a list of all available runners available to the user.RunnersApi.getRunners
(Runner.RunnerType type, Runner.RunnerStatus status, int itemsPerPage) Get a list of specific runners available to the user.DiscussionsApi.getSnippetDiscussionsPager
(Object projectIdOrPath, Long snippetId, int itemsPerPage) Get a Pager of Discussion instances for the specified snippet.ProjectApi.getSnippets
(Object projectIdOrPath, int itemsPerPage) Get a Pager of project's snippets.SnippetsApi.getSnippets
(int itemsPerPage) Get a Pager of the authenticated user's snippets.ProjectApi.getStarredProjects
(int itemsPerPage) Get a Pager of projects starred by the authenticated user.GroupApi.getSubGroups
(Object groupIdOrPath, int itemsPerPage) Get a Pager of visible direct subgroups in this group.GroupApi.getSubGroups
(Object groupIdOrPath, List<Integer> skipGroups, Boolean allAvailable, String search, Constants.GroupOrderBy orderBy, Constants.SortOrder sortOrder, Boolean statistics, Boolean owned, int itemsPerPage) Get a Pager of visible direct subgroups in this group.SystemHooksApi.getSystemHooks
(int itemsPerPage) Get a Pager of all system hooks.Get a list of repository tags from a project, sorted by name in reverse alphabetical order.TagsApi.getTags
(Object projectIdOrPath, Constants.TagOrderBy orderBy, Constants.SortOrder sortOrder, String search, int itemsPerPage) Get a list of repository tags from a project, sorted by name in reverse alphabetical order.TodosApi.getTodos
(Constants.TodoAction action, Long authorId, Long projectId, Long groupId, Constants.TodoState state, Constants.TodoType type, int itemsPerPage) Returns a Pager of todos that match the provided filter params.Get a Pager of repository files and directories in a project.Get a Pager of repository files and directories in a project.RepositoryApi.getTree
(Object projectIdOrPath, String filePath, String refName, Boolean recursive, int itemsPerPage) Get a Pager of repository files and directories in a project.EventsApi.getUserEvents
(Object userIdOrUsername, Constants.ActionType action, Constants.TargetType targetType, Date before, Date after, Constants.SortOrder sortOrder, int itemsPerPage) Get a list of events for the specified user and in the specified page range.ProjectApi.getUserProjects
(Object userIdOrUsername, ProjectFilter filter, int itemsPerPage) Get a Pager of visible projects owned by the given user.UserApi.getUsers
(int itemsPerPage) Get a Pager of users.GroupApi.getVariables
(Object groupIdOrPath, int itemsPerPage) Get a Pager of variables belonging to the specified group.ProjectApi.getVariables
(Object projectIdOrPath, int itemsPerPage) Get a Pager of variables belonging to the specified project.Pager<?>
SearchApi.globalSearch
(Constants.SearchScope scope, String search, int itemsPerPage) Search globally across the GitLab instance.Pager<?>
SearchApi.groupSearch
(Object groupIdOrPath, Constants.GroupSearchScope scope, String search, int itemsPerPage) Search within the specified group.Pager<?>
SearchApi.projectSearch
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, int itemsPerPage) Search within the specified project.Pager<?>
SearchApi.projectSearch
(Object projectIdOrPath, Constants.ProjectSearchScope scope, String search, String ref, int itemsPerPage) Search within the specified project.
IssuesApi.getIssues(Object, int)