Uses of Enum
org.kohsuke.github.GHMyself.RepositoryListFilter
Packages that use GHMyself.RepositoryListFilter
-
Uses of GHMyself.RepositoryListFilter in org.kohsuke.github
Methods in org.kohsuke.github that return GHMyself.RepositoryListFilterModifier and TypeMethodDescriptionReturns 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.RepositoryListFilterModifier and TypeMethodDescriptionGHMyself.listRepositories(int pageSize, GHMyself.RepositoryListFilter repoType) List repositories of a certain type that are accessible by current authenticated user using the specified page size.