Uses of Class
org.kohsuke.github.GHMyself.RepositoryListFilter
-
Packages that use GHMyself.RepositoryListFilter Package Description org.kohsuke.github -
-
Uses of GHMyself.RepositoryListFilter in org.kohsuke.github
Methods in org.kohsuke.github that return GHMyself.RepositoryListFilter Modifier and Type Method Description static GHMyself.RepositoryListFilterGHMyself.RepositoryListFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static GHMyself.RepositoryListFilter[]GHMyself.RepositoryListFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kohsuke.github with parameters of type GHMyself.RepositoryListFilter Modifier and Type Method Description PagedIterable<GHRepository>GHMyself. listRepositories(int pageSize, GHMyself.RepositoryListFilter repoType)List repositories of a certain type that are accessible by current authenticated user using the specified page size.
-