Uses of Interface
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<GHCommitComment> GHRepository.listCommitComments()
          Lists up all the commit comments in this repository.
 PagedIterable<GHCommit> GHRepository.listCommits()
          Lists all the commits.
 



Copyright © 2012. All Rights Reserved.