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