Uses of Class
org.kohsuke.github.PagedIterable

Packages that use PagedIterable
org.kohsuke.github   
 

Uses of PagedIterable in org.kohsuke.github
 

Methods in org.kohsuke.github that return PagedIterable
 PagedIterable<GHCommit> GHCommitQueryBuilder.list()
          Lists up the commits with the criteria built so far.
 PagedIterable<GHRepository> GHMyself.listAllRepositories()
          Deprecated. Use GHMyself.listRepositories()
 PagedIterable<GHUser> GHRepository.listCollaborators()
          Lists up the collaborators on this repository.
 PagedIterable<GHCommitComment> GHCommit.listComments()
          Lists up all the commit comments in this repository.
 PagedIterable<GHIssueComment> GHIssue.listComments()
          Obtains all the comments associated with this issue.
 PagedIterable<GHCommitComment> GHRepository.listCommitComments()
          Lists up all the commit comments in this repository.
 PagedIterable<GHPullRequestCommitDetail> GHPullRequest.listCommits()
          Retrieves all the commits associated to this pull request.
 PagedIterable<GHCommit> GHRepository.listCommits()
          Lists all the commits.
 PagedIterable<GHCommitStatus> GHRepository.listCommitStatuses(String sha1)
          Lists all the commit statues attached to the given commit, newer ones first.
 PagedIterable<GHContent> GHContent.listDirectoryContent()
          List immediate children of this directory.
 PagedIterable<GHEventInfo> GHUser.listEvents()
          Lists events performed by a user (this includes private events if the caller is authenticated.
 PagedIterable<GHEventInfo> GHRepository.listEvents()
          Lists repository events.
 PagedIterable<GHEventInfo> 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.
 PagedIterable<GHGist> GHGist.listForks()
           
 PagedIterable<GHGist> GHUser.listGists()
          Lists Gists created by this user.
 PagedIterable<GHIssue> GHRepository.listIssues(GHIssueState state)
          Lists up all the issues in this repository.
 PagedIterable<GHUser> GHOrganization.listMembers()
          All the members of this organization.
 PagedIterable<GHUser> GHOrganization.listMembersWithFilter(String filter)
           
 PagedIterable<GHMilestone> GHRepository.listMilestones(GHIssueState state)
          Lists up all the milestones in this repository.
 PagedIterable<GHUser> GHOrganization.listPublicMembers()
          All the public members of this organization.
 PagedIterable<GHPullRequest> GHRepository.listPullRequests(GHIssueState state)
          Retrieves all the pull requests of a particular state.
 PagedIterable<GHRelease> GHRepository.listReleases()
           
 PagedIterable<GHRepository> GHPerson.listRepositories()
          Lists up all the repositories using a 30 items page size.
 PagedIterable<GHRepository> GHMyself.listRepositories()
          Lists up all repositories this user owns (public and private).
 PagedIterable<GHRepository> GHOrganization.listRepositories(int pageSize)
          Lists up all the repositories using the specified page size.
 PagedIterable<GHRepository> GHPerson.listRepositories(int pageSize)
          Lists up all the repositories using the specified page size.
 PagedIterable<GHCommitStatus> GHCommit.listStatuses()
          Gets the status of this commit, newer ones first.
 PagedIterable<GHTag> GHRepository.listTags()
           
 PagedIterable<GHTeam> GHOrganization.listTeams()
          List up all the teams.
 



Copyright © 2014. All rights reserved.