Uses of Interface
org.kohsuke.github.connector.GitHubConnectorRequest
-
Packages that use GitHubConnectorRequest Package Description org.kohsuke.github org.kohsuke.github.connector org.kohsuke.github.extras org.kohsuke.github.extras.okhttp3 org.kohsuke.github.internal -
-
Uses of GitHubConnectorRequest in org.kohsuke.github
Classes in org.kohsuke.github that implement GitHubConnectorRequest Modifier and Type Class Description class
GitHubRequest
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 GitHubConnectorRequest Modifier and Type Method Description GitHubConnectorRequest
GitHubConnectorResponse. request()
Gets theGitHubConnectorRequest
for this response.Methods in org.kohsuke.github.connector with parameters of type GitHubConnectorRequest Modifier and Type Method Description GitHubConnectorResponse
GitHubConnector. send(GitHubConnectorRequest connectorRequest)
Sends a request and retrieves a raw response for processing.Constructors in org.kohsuke.github.connector with parameters of type GitHubConnectorRequest Constructor Description ByteArrayResponse(GitHubConnectorRequest request, int statusCode, Map<String,List<String>> headers)
GitHubConnectorResponse(GitHubConnectorRequest request, int statusCode, Map<String,List<String>> headers)
-
Uses of GitHubConnectorRequest in org.kohsuke.github.extras
Methods in org.kohsuke.github.extras with parameters of type GitHubConnectorRequest Modifier and Type Method Description GitHubConnectorResponse
HttpClientGitHubConnector. send(GitHubConnectorRequest connectorRequest)
-
Uses of GitHubConnectorRequest in org.kohsuke.github.extras.okhttp3
Methods in org.kohsuke.github.extras.okhttp3 with parameters of type GitHubConnectorRequest Modifier and Type Method Description GitHubConnectorResponse
OkHttpGitHubConnector. send(GitHubConnectorRequest request)
-
Uses of GitHubConnectorRequest in org.kohsuke.github.internal
Methods in org.kohsuke.github.internal with parameters of type GitHubConnectorRequest Modifier and Type Method Description GitHubConnectorResponse
GitHubConnectorHttpConnectorAdapter. send(GitHubConnectorRequest request)
-