Uses of Interface
jetbrains.buildServer.util.HTTPRequestBuilder.ResponseConsumer
-
Packages that use HTTPRequestBuilder.ResponseConsumer Package Description jetbrains.buildServer.issueTracker jetbrains.buildServer.util jetbrains.buildServer.web.plugins.repository -
-
Uses of HTTPRequestBuilder.ResponseConsumer in jetbrains.buildServer.issueTracker
Fields in jetbrains.buildServer.issueTracker declared as HTTPRequestBuilder.ResponseConsumer Modifier and Type Field Description static HTTPRequestBuilder.ResponseConsumer
IssueFetcherUtil. DEFAULT_GENERAL_HTTP_ERROR_HANDLER
Methods in jetbrains.buildServer.issueTracker with parameters of type HTTPRequestBuilder.ResponseConsumer Modifier and Type Method Description protected InputStream
AbstractIssueFetcher. getHttpFile(String url, SimpleCredentials credentials, boolean usePreemptiveAuthentication, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)
Fetches the document from HTTP resource specified byurl
with specified credentials.protected InputStream
AbstractIssueFetcher. getHttpFile(String url, IssueFetcherAuthenticator authenticator, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)
Fetches the document from HTTP resource specified byurl
with specified credentials.static InputStream
IssueFetcherUtil. getHttpFile(String url, SimpleCredentials credentials, boolean usePreemptiveAuthentication, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)
Fetches the document from HTTP resource specified byurl
with the specified credentials.static InputStream
IssueFetcherUtil. getHttpFile(String url, IssueFetcherAuthenticator authenticator, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)
-
Uses of HTTPRequestBuilder.ResponseConsumer in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return HTTPRequestBuilder.ResponseConsumer Modifier and Type Method Description HTTPRequestBuilder.ResponseConsumer
HTTPRequestBuilder.Request. getOnError()
HTTPRequestBuilder.ResponseConsumer
HTTPRequestBuilder.Request. getOnSuccess()
Methods in jetbrains.buildServer.util with parameters of type HTTPRequestBuilder.ResponseConsumer Modifier and Type Method Description HTTPRequestBuilder
HTTPRequestBuilder. onErrorResponse(HTTPRequestBuilder.ResponseConsumer dataConsumer)
Set consumer for http(s) errors (not 200 status code).HTTPRequestBuilder
HTTPRequestBuilder. onSuccess(HTTPRequestBuilder.ResponseConsumer dataConsumer)
Set consumer for success (status code 200) call http(s) methods. -
Uses of HTTPRequestBuilder.ResponseConsumer in jetbrains.buildServer.web.plugins.repository
Methods in jetbrains.buildServer.web.plugins.repository with parameters of type HTTPRequestBuilder.ResponseConsumer Modifier and Type Method Description void
PluginsRepositoryConnector. executeGetRequest(String path, HTTPRequestBuilder.ResponseConsumer consumer)
Executes a HTTP GET request to the plugins repository.void
PluginsRepositoryConnectorImpl. executeGetRequest(String path, HTTPRequestBuilder.ResponseConsumer consumer)
void
PluginsRepositoryConnector. executeRequest(HttpMethod method, String path, HTTPRequestBuilder.ResponseConsumer consumer, String requestBody)
Executes a HTTP request to the plugins repository.void
PluginsRepositoryConnectorImpl. executeRequest(HttpMethod method, String path, HTTPRequestBuilder.ResponseConsumer consumer, String requestBody)
-