Uses of Class
org.kohsuke.github.PagedIterable
Packages that use PagedIterable
-
Uses of PagedIterable in org.kohsuke.github
Subclasses of PagedIterable in org.kohsuke.githubModifier and TypeClassDescriptionclass
PagedIterable
enhanced to report search result specific information.Methods in org.kohsuke.github that return PagedIterableModifier and TypeMethodDescriptionGHMarketplaceListAccountBuilder.createRequest()
List any accounts associated with the plan specified on construction with all the order/sort parameters set.GHMyself.getAppInstallations()
Lists installations of your GitHub App that the authenticated user has explicit permission to access.GHCommit.getCheckRuns()
Gets check-runs for given sha.GHRepository.getCheckRuns
(String ref) Gets check runs for given ref.GHRepository.getCheckRuns
(String ref, Map<String, Object> params) Gets check runs for given ref which validate provided parametersGHRepositoryStatistics.getCommitActivity()
Get the last year of commit activity data.GHRepositoryStatistics.getContributorStats()
Get contributors list with additions, deletions, and commit count.GHRepositoryStatistics.getContributorStats
(boolean waitTillReady) Gets contributor stats.GitHub.getMyMarketplacePurchases()
Returns only active subscriptions.GHCommitQueryBuilder.list()
Lists up the commits with the criteria built so far.GHIssueCommentQueryBuilder.list()
Lists up the comments with the criteria added so far.GHIssueQueryBuilder.ForRepository.list()
List.GHPullRequestQueryBuilder.list()
List.abstract PagedIterable<T>
GHQueryBuilder.list()
Start listing items by using the settings built up on this object.GHWorkflowJobQueryBuilder.list()
List.GHWorkflowRunQueryBuilder.list()
List.GHWorkflowRun.listAllJobs()
Returns the list of jobs from all the executions of this workflow run.GitHub.listAllPublicRepositories()
This provides a dump of every public repository, in the order that they were created.GitHub.listAllPublicRepositories
(String since) This provides a dump of every public repository, in the order that they were created.GHRepository.listArtifacts()
Lists all the artifacts of this repository.GHWorkflowRun.listArtifacts()
Lists the artifacts attached to this workflow run.GHRelease.listAssets()
Re-fetch the assets of this release.GHRepository.listAssignees()
Lists all the available assignees to which issues may be assigned.GHRepository.listAutolinks()
List all autolinks of a repo (admin only).GHCommit.listBranchesWhereHead()
Retrieves a list of branches where this commit is the head commit.GHProjectColumn.listCards()
List cards paged iterable.GHTeam.listChildTeams()
Retrieves the teams that are children of this team.GHRepository.listCollaborators()
Lists up the collaborators on this repository.GHRepository.listCollaborators
(GHRepository.CollaboratorAffiliation affiliation) Lists up the collaborators on this repository.GHProject.listColumns()
List columns paged iterable.GHCommit.listComments()
List comments paged iterable.GHIssue.listComments()
Obtains all the comments associated with this issue, without any filter.GHRepository.listCommitComments()
Lists up all the commit comments in this repository.GHRepository.listCommitComments
(String commitSha) Lists all comments on a specific commit.GHCompare.listCommits()
Iterable of commits for this comparison.GHPullRequest.listCommits()
Retrieves all the commits associated to this pull request.GHRepository.listCommits()
Lists all the commits.GHRepository.listCommitStatuses
(String sha1) /** Lists all the commit statuses attached to the given commit, newer ones first.GHRepository.listContributors()
List contributors paged iterable.GHRepository.listContributors
(Boolean includeAnonymous) List contributors paged iterable.GHRepository.listDeployments
(String sha, String ref, String task, String environment) List deployments paged iterable.GHContent.listDirectoryContent()
List immediate children of this directory.GHTeam.listDiscussions()
Retrieves the discussions.GHMyself.listEmails()
Returns the read-only list of e-mail addresses configured for you.GHIssue.listEvents()
Lists events for this issue.GHOrganization.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.abstract PagedIterable<GHEventInfo>
GHPerson.listEvents()
Lists events for an organization or an user.GHRepository.listEvents()
Lists repository events.GHUser.listEvents()
Lists events performed by a user (this includes private events if the caller is authenticated.GHOrganization.listExternalGroups()
List up all the external groups.GHOrganization.listExternalGroups
(String displayName) List up all the external groups with a given text in their nameGHCommit.listFiles()
List of files changed/added/removed in this commit.GHPullRequest.listFiles()
Retrieves all the files associated to this pull request.GHUser.listFollowers()
Lists the users who are following this user.GHUser.listFollows()
Lists the users that this user is following.GHGist.listForks()
List forks paged iterable.GHRepository.listForks()
Lists all the direct forks of this repository, sorted by github api default, currentlyForkSort.NEWEST
*.GHRepository.listForks
(GHRepository.ForkSort sort) Lists all the direct forks of this repository, sorted by the given sort order.GHUser.listGists()
Lists Gists created by this user.GHApp.listInstallationRequests()
Obtains all the installation requests associated with this app.GHApp.listInstallations()
Obtains all the installations associated with this app.GHApp.listInstallations
(Date since) Obtains all the installations associated with this app since a given date.GHRepository.listInvitations()
Lists all the invitations.GHRepository.listIssueEvents()
Get all issue events for this repository.GHWorkflowRun.listJobs()
Returns the list of jobs of this workflow run for the last execution.GHRepository.listLabels()
Lists labels in this repository.GitHub.listLicenses()
Returns a list of popular open source licenses.GitHub.listMarketplacePlans()
Returns a list all plans for your Marketplace listingGHOrganization.listMembers()
All the members of this organization.GHTeam.listMembers()
Retrieves the current members.GHTeam.listMembers
(String role) List members with specified role paged iterable.GHTeam.listMembers
(GHTeam.Role role) List members with specified role paged iterable.GHOrganization.listMembersWithFilter
(String filter) List members with filter paged iterable.GHOrganization.listMembersWithRole
(String role) List members with specified role paged iterable.GHRepository.listMilestones
(GHIssueState state) Lists up all the milestones in this repository.GitHub.listMyAuthorizations()
Returns a list of all authorizations.GitHub.listOrganizations()
Gets a list of all organizations.GitHub.listOrganizations
(String since) Gets a list of all organizations starting after the organization identifier specified by 'since'.GHMyself.listOrgMemberships()
List your organization memberships.GHMyself.listOrgMemberships
(GHMembership.State state) List your organization memberships.GHOrganization.listOutsideCollaborators()
All the outside collaborators of this organization.GHOrganization.listOutsideCollaboratorsWithFilter
(String filter) List outside collaborators with filter paged iterable.GHOrganization.listProjects()
Returns all open projects for the organization.GHOrganization.listProjects
(GHProject.ProjectStateFilter status) Returns the projects for this organization.GHRepository.listProjects()
Returns open projects for this repository.GHRepository.listProjects
(GHProject.ProjectStateFilter status) Returns the projects for this repository.GHUser.listProjects()
Lists all the projects.GHOrganization.listPublicMembers()
All the public members of this organization.GHCommit.listPullRequests()
Retrieves a list of pull requests which contain this commit.GHCommitComment.listReactions()
List reactions.GHIssue.listReactions()
List reactions.GHIssueComment.listReactions()
List reactions.GHPullRequestReviewComment.listReactions()
List reactions.Reactable.listReactions()
List all the reactions left to this object.GHRepository.listRefs()
Retrieves all refs for the github repository.Retrieves all refs of the given type for the current GitHub repository.GHRepository.listReleases()
List releases paged iterable.GHMyself.listRepositories()
Lists up all repositories this user owns (public and private).GHMyself.listRepositories
(int pageSize) List repositories that are accessible to the authenticated user (public and private) using the specified page size.GHMyself.listRepositories
(int pageSize, GHMyself.RepositoryListFilter repoType) List repositories of a certain type that are accessible by current authenticated user using the specified page size.GHOrganization.listRepositories()
List all the repositories using a default of 30 items page size.GHPerson.listRepositories()
List all the repositories using a default of 30 items page size.GHPerson.listRepositories
(int pageSize) Deprecated.Use #listRepositories().withPageSize() instead.GHTeam.listRepositories()
List repositories paged iterable.GHPullRequest.listReviewComments()
Obtains all the review comments associated with this pull request.GHPullRequestReview.listReviewComments()
Obtains all the review comments associated with this pull request review.GHPullRequest.listReviews()
Retrieves all the reviews associated to this pull request.GHRepository.listRulesForBranch
(String branch) Get all active rules that apply to the specified branch (https://docs.github.com/en/rest/repos/rules?GHWorkflow.listRuns()
Lists the workflow runs belong to this workflow.GHOrganization.listSecurityManagers()
List up all the security managers.GHRepository.listStargazers()
Lists all the users who have starred this repo based on new version of the API, having extended information like the time when the repository was starred.GHRepository.listStargazers2()
Deprecated.GHUser.listStarredRepositories()
Lists all the repositories that this user has starred.GHCommit.listStatuses()
List statuses paged iterable.GHDeployment.listStatuses()
List statuses paged iterable.GHRepository.listSubscribers()
Lists all the subscribers (aka watchers.)GHUser.listSubscriptions()
Lists all the subscribed (aka watched) repositories.GHRepository.listTags()
List tags paged iterable.GHOrganization.listTeams()
List up all the teams.GitHub.listUsers()
Returns a list of all users.GHRepository.listWorkflows()
Lists all the workflows of this repository.PagedIterable.withPageSize
(int size) Sets the pagination size.