Uses of Enum
org.kohsuke.github.GHRepository.ForkSort
Packages that use GHRepository.ForkSort
-
Uses of GHRepository.ForkSort in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepository.ForkSortModifier and TypeMethodDescriptionstatic GHRepository.ForkSortReturns 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.ForkSortModifier and TypeMethodDescriptionGHRepository.listForks(GHRepository.ForkSort sort) Lists all the direct forks of this repository, sorted by the given sort order.