Uses of Class
org.kohsuke.github.PagedSearchIterable
-
Packages that use PagedSearchIterable Package Description org.kohsuke.github -
-
Uses of PagedSearchIterable in org.kohsuke.github
Methods in org.kohsuke.github that return PagedSearchIterable Modifier and Type Method Description PagedSearchIterable<T>
GHSearchBuilder. list()
Performs the search.PagedSearchIterable<GHRepository>
GHAppInstallation. listRepositories()
List repositories that this app installation can access.PagedSearchIterable<T>
PagedSearchIterable. withPageSize(int size)
-