Uses of Enum
org.kohsuke.github.RateLimitTarget
-
Uses of RateLimitTarget in org.kohsuke.github
Modifier 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.Modifier and TypeMethodDescriptionGitHubBuilder.withRateLimitChecker
(RateLimitChecker rateLimitChecker, RateLimitTarget rateLimitTarget) Adds aRateLimitChecker
to thisGitHubBuilder
.