Uses of Class
org.kohsuke.github.GHRateLimit.Record
-
Packages that use GHRateLimit.Record Package Description org.kohsuke.github -
-
Uses of GHRateLimit.Record in org.kohsuke.github
Subclasses of GHRateLimit.Record in org.kohsuke.github Modifier and Type Class Description static classGHRateLimit.UnknownLimitRecordA limit record used as a placeholder when the actual limit is not known.Methods in org.kohsuke.github that return GHRateLimit.Record Modifier and Type Method Description GHRateLimit.RecordGHRateLimit. getCore()The core object provides the rate limit status for all non-search-related resources in the REST API.GHRateLimit.RecordGHRateLimit. getGraphQL()The graphql record provides the rate limit status for the GraphQL API.GHRateLimit.RecordGHRateLimit. getIntegrationManifest()The integration manifest record provides the rate limit status for the GitHub App Manifest code conversion endpoint.GHRateLimit.RecordGHRateLimit. getSearch()The search record provides the rate limit status for the Search API.Methods in org.kohsuke.github with parameters of type GHRateLimit.Record Modifier and Type Method Description protected booleanRateLimitChecker. checkRateLimit(GHRateLimit.Record rateLimitRecord, long count)Decides whether the current request exceeds the allowed "rate limit" budget.protected booleanRateLimitChecker.LiteralValue. checkRateLimit(GHRateLimit.Record record, long count)Check rate limit.protected booleanRateLimitChecker. sleepUntilReset(GHRateLimit.Record record)Sleep until reset.
-