Uses of Class
org.kohsuke.github.PagedIterable

Uses of PagedIterable in org.kohsuke.github
 

Methods in org.kohsuke.github that return PagedIterable
 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<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<GHMilestone> GHRepository.listMilestones(GHIssueState state)
          Lists up all the milestones in this repository.
 PagedIterable<GHPullRequest> GHRepository.listPullRequests(GHIssueState state)
          Retrieves all the pull requests of a particular state.
 PagedIterable<GHRepository> GHPerson.listRepositories()
          Lists up all the repositories.
 PagedIterable<GHCommitStatus> GHCommit.listStatuses()
          Gets the status of this commit, newer ones first.
 



Copyright © 2013. All rights reserved.