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()Deprecated.This method cannot work on aGHAppInstallationretrieved fromGHApp.listInstallations()(for example), except when resorting to unsupported hacks involvingGHAppInstallation.setRoot(GitHub)to switch from an application client to an installation client.PagedSearchIterable<GHRepository>GHAuthenticatedAppInstallation. listRepositories()List repositories that this app installation can access.PagedSearchIterable<T>PagedSearchIterable. withPageSize(int size)With page size.
-