Uses of Enum
org.kohsuke.github.GHDirection
Packages that use GHDirection
-
Uses of GHDirection in org.kohsuke.github
Methods in org.kohsuke.github that return GHDirectionModifier and TypeMethodDescriptionstatic GHDirectionReturns 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 GHDirectionModifier and TypeMethodDescriptionGHIssueQueryBuilder.direction(GHDirection direction) Direction gh issue query builder.GHMarketplaceListAccountBuilder.direction(GHDirection direction) Orders the GitHub accounts results, Can be one of asc or desc.GHPullRequestQueryBuilder.direction(GHDirection d) Direction gh pull request query builder.GHCommitSearchBuilder.order(GHDirection v) Order gh commit search builder.GHContentSearchBuilder.order(GHDirection v) Order gh content search builder.GHIssueSearchBuilder.order(GHDirection v) Order gh issue search builder.GHPullRequestSearchBuilder.order(GHDirection direction) Order gh pull request search builder.GHRepositorySearchBuilder.order(GHDirection v) Order gh repository search builder.GHUserSearchBuilder.order(GHDirection v) Order gh user search builder.