Uses of Enum
org.kohsuke.github.GHPullRequestSearchBuilder.Sort
Packages that use GHPullRequestSearchBuilder.Sort
-
Uses of GHPullRequestSearchBuilder.Sort in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestSearchBuilder.SortModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GHPullRequestSearchBuilder.Sort[]
GHPullRequestSearchBuilder.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 GHPullRequestSearchBuilder.SortModifier and TypeMethodDescriptionGHPullRequestSearchBuilder.sort
(GHPullRequestSearchBuilder.Sort sort) Sort gh pull request search builder.