Uses of Enum
org.kohsuke.github.GHPullRequestQueryBuilder.Sort
Packages that use GHPullRequestQueryBuilder.Sort
-
Uses of GHPullRequestQueryBuilder.Sort in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestQueryBuilder.SortModifier and TypeMethodDescriptionReturns 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.SortModifier and TypeMethodDescriptionGHPullRequestQueryBuilder.sort
(GHPullRequestQueryBuilder.Sort sort) Sort gh pull request query builder.