Uses of Class
org.kohsuke.github.GHCommitSearchBuilder.Sort
-
Packages that use GHCommitSearchBuilder.Sort Package Description org.kohsuke.github -
-
Uses of GHCommitSearchBuilder.Sort in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommitSearchBuilder.Sort Modifier and Type Method Description static GHCommitSearchBuilder.SortGHCommitSearchBuilder.Sort. valueOf(String name)Returns 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.Sort Modifier and Type Method Description GHCommitSearchBuilderGHCommitSearchBuilder. sort(GHCommitSearchBuilder.Sort sort)Deprecated.Sort gh commit search builder.
-