Uses of Class
org.kohsuke.github.GHDirection
-
Packages that use GHDirection Package Description org.kohsuke.github -
-
Uses of GHDirection in org.kohsuke.github
Methods in org.kohsuke.github that return GHDirection Modifier and Type Method Description static GHDirectionGHDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static GHDirection[]GHDirection. 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 GHDirection Modifier and Type Method Description GHPullRequestQueryBuilderGHPullRequestQueryBuilder. direction(GHDirection d)Direction gh pull request query builder.GHCommitSearchBuilderGHCommitSearchBuilder. order(GHDirection v)Deprecated.Order gh commit search builder.GHIssueSearchBuilderGHIssueSearchBuilder. order(GHDirection v)Order gh issue search builder.GHRepositorySearchBuilderGHRepositorySearchBuilder. order(GHDirection v)Order gh repository search builder.GHUserSearchBuilderGHUserSearchBuilder. order(GHDirection v)Order gh user search builder.
-