Uses of Class
org.kohsuke.github.GHRepository.ForkSort
-
Packages that use GHRepository.ForkSort Package Description org.kohsuke.github -
-
Uses of GHRepository.ForkSort in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepository.ForkSort Modifier and Type Method Description static GHRepository.ForkSortGHRepository.ForkSort. valueOf(String name)Returns the enum constant of this type with the specified name.static GHRepository.ForkSort[]GHRepository.ForkSort. 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 GHRepository.ForkSort Modifier and Type Method Description PagedIterable<GHRepository>GHRepository. listForks(GHRepository.ForkSort sort)Lists all the direct forks of this repository, sorted by the given sort order.
-