Uses of Interface
org.kohsuke.github.connector.GitHubConnectorRequest
Packages that use GitHubConnectorRequest
Package
Description
-
Uses of GitHubConnectorRequest in org.kohsuke.github
Classes in org.kohsuke.github that implement GitHubConnectorRequestModifier and TypeClassDescriptionclass
ClassGitHubRequest
represents an immutable instance used by the client to determine what information to retrieve from a GitHub server. -
Uses of GitHubConnectorRequest in org.kohsuke.github.connector
Methods in org.kohsuke.github.connector that return GitHubConnectorRequestModifier and TypeMethodDescriptionGitHubConnectorResponse.request()
Gets theGitHubConnectorRequest
for this response.Methods in org.kohsuke.github.connector with parameters of type GitHubConnectorRequestModifier and TypeMethodDescriptionGitHubConnector.send
(GitHubConnectorRequest connectorRequest) Sends a request and retrieves a raw response for processing.Constructors in org.kohsuke.github.connector with parameters of type GitHubConnectorRequestModifierConstructorDescriptionprotected
ByteArrayResponse
(GitHubConnectorRequest request, int statusCode, Map<String, List<String>> headers) Constructor for ByteArray Responseprotected
GitHubConnectorResponse
(GitHubConnectorRequest request, int statusCode, Map<String, List<String>> headers) GitHubConnectorResponse constructor -
Uses of GitHubConnectorRequest in org.kohsuke.github.extras
Methods in org.kohsuke.github.extras with parameters of type GitHubConnectorRequestModifier and TypeMethodDescriptionHttpClientGitHubConnector.send
(GitHubConnectorRequest connectorRequest) -
Uses of GitHubConnectorRequest in org.kohsuke.github.extras.okhttp3
Methods in org.kohsuke.github.extras.okhttp3 with parameters of type GitHubConnectorRequest