Uses of Enum
org.kohsuke.github.GHCommitSearchBuilder.Sort
Packages that use GHCommitSearchBuilder.Sort
-
Uses of GHCommitSearchBuilder.Sort in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommitSearchBuilder.SortModifier and TypeMethodDescriptionstatic GHCommitSearchBuilder.SortReturns the enum constant of this type with the specified name.static GHCommitSearchBuilder.Sort[]GHCommitSearchBuilder.Sort.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 GHCommitSearchBuilder.SortModifier and TypeMethodDescriptionGHCommitSearchBuilder.sort(GHCommitSearchBuilder.Sort sort) Sort gh commit search builder.