Uses of Enum
org.kohsuke.github.RateLimitTarget
Packages that use RateLimitTarget
-
Uses of RateLimitTarget in org.kohsuke.github
Methods in org.kohsuke.github that return RateLimitTargetModifier and TypeMethodDescriptionGitHubRequest.rateLimitTarget()
The rate limit target for this request.static RateLimitTarget
Returns the enum constant of this type with the specified name.static RateLimitTarget[]
RateLimitTarget.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 RateLimitTargetModifier and TypeMethodDescriptionGitHubBuilder.withRateLimitChecker
(RateLimitChecker rateLimitChecker, RateLimitTarget rateLimitTarget) Adds aRateLimitChecker
to thisGitHubBuilder
.