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