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