Uses of Class
org.kohsuke.github.RateLimitTarget
-
Packages that use RateLimitTarget Package Description org.kohsuke.github -
-
Uses of RateLimitTarget in org.kohsuke.github
Methods in org.kohsuke.github that return RateLimitTarget Modifier and Type Method Description RateLimitTargetGitHubRequest. rateLimitTarget()The rate limit target for this request.static RateLimitTargetRateLimitTarget. valueOf(String name)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 RateLimitTarget Modifier and Type Method Description GitHubBuilderGitHubBuilder. withRateLimitChecker(RateLimitChecker rateLimitChecker, RateLimitTarget rateLimitTarget)Adds aRateLimitCheckerto thisGitHubBuilder.
-