Uses of Class
org.kohsuke.github.connector.GitHubConnectorResponse
Packages that use GitHubConnectorResponse
Package
Description
-
Uses of GitHubConnectorResponse in org.kohsuke.github
Methods in org.kohsuke.github with parameters of type GitHubConnectorResponseModifier and TypeMethodDescriptionabstract void
GitHubAbuseLimitHandler.onError
(GitHubConnectorResponse connectorResponse) Called when the library encounters HTTP error indicating that the API abuse limit is reached.abstract void
GitHubRateLimitHandler.onError
(GitHubConnectorResponse connectorResponse) Called when the library encounters HTTP error indicating that the API rate limit has been exceeded.protected void
GHObject.setResponseHeaderFields
(GitHubConnectorResponse connectorResponse) Called by Jackson.Constructors in org.kohsuke.github with parameters of type GitHubConnectorResponseModifierConstructorDescriptionHttpException
(GitHubConnectorResponse connectorResponse) Instantiates a new Http exception.ServiceDownException
(GitHubConnectorResponse connectorResponse) Instantiates a new service down exception. -
Uses of GitHubConnectorResponse in org.kohsuke.github.connector
Subclasses of GitHubConnectorResponse in org.kohsuke.github.connectorModifier and TypeClassDescriptionstatic class
A ByteArrayResponse classMethods in org.kohsuke.github.connector that return GitHubConnectorResponseModifier and TypeMethodDescriptionGitHubConnector.send
(GitHubConnectorRequest connectorRequest) Sends a request and retrieves a raw response for processing. -
Uses of GitHubConnectorResponse in org.kohsuke.github.extras
Methods in org.kohsuke.github.extras that return GitHubConnectorResponseModifier and TypeMethodDescriptionHttpClientGitHubConnector.send
(GitHubConnectorRequest connectorRequest) -
Uses of GitHubConnectorResponse in org.kohsuke.github.extras.okhttp3
Methods in org.kohsuke.github.extras.okhttp3 that return GitHubConnectorResponse