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