Uses of Class
org.kohsuke.github.GHContentSearchBuilder.Sort
-
Packages that use GHContentSearchBuilder.Sort Package Description org.kohsuke.github -
-
Uses of GHContentSearchBuilder.Sort in org.kohsuke.github
Methods in org.kohsuke.github that return GHContentSearchBuilder.Sort Modifier and Type Method Description static GHContentSearchBuilder.SortGHContentSearchBuilder.Sort. valueOf(String name)Returns the enum constant of this type with the specified name.static GHContentSearchBuilder.Sort[]GHContentSearchBuilder.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 GHContentSearchBuilder.Sort Modifier and Type Method Description GHContentSearchBuilderGHContentSearchBuilder. sort(GHContentSearchBuilder.Sort sort)Sort gh content search builder.
-