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.ResponseConsumerIssueFetcherUtil. DEFAULT_GENERAL_HTTP_ERROR_HANDLERMethods in jetbrains.buildServer.issueTracker with parameters of type HTTPRequestBuilder.ResponseConsumer Modifier and Type Method Description protected InputStreamAbstractIssueFetcher. getHttpFile(String url, SimpleCredentials credentials, boolean usePreemptiveAuthentication, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)Fetches the document from HTTP resource specified byurlwith specified credentials.protected InputStreamAbstractIssueFetcher. getHttpFile(String url, IssueFetcherAuthenticator authenticator, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)Fetches the document from HTTP resource specified byurlwith specified credentials.static InputStreamIssueFetcherUtil. getHttpFile(String url, SimpleCredentials credentials, boolean usePreemptiveAuthentication, KeyStore trustStore, HTTPRequestBuilder.ResponseConsumer errorsConsumer)Fetches the document from HTTP resource specified byurlwith the specified credentials.static InputStreamIssueFetcherUtil. 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.ResponseConsumerHTTPRequestBuilder.Request. getOnError()HTTPRequestBuilder.ResponseConsumerHTTPRequestBuilder.Request. getOnSuccess()Methods in jetbrains.buildServer.util with parameters of type HTTPRequestBuilder.ResponseConsumer Modifier and Type Method Description HTTPRequestBuilderHTTPRequestBuilder. onErrorResponse(HTTPRequestBuilder.ResponseConsumer dataConsumer)Set consumer for http(s) errors (not 200 status code).HTTPRequestBuilderHTTPRequestBuilder. 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 voidPluginsRepositoryConnector. executeGetRequest(String path, HTTPRequestBuilder.ResponseConsumer consumer)Executes a HTTP GET request to the plugins repository.voidPluginsRepositoryConnectorImpl. executeGetRequest(String path, HTTPRequestBuilder.ResponseConsumer consumer)voidPluginsRepositoryConnector. executeRequest(HttpMethod method, String path, HTTPRequestBuilder.ResponseConsumer consumer, String requestBody)Executes a HTTP request to the plugins repository.voidPluginsRepositoryConnectorImpl. executeRequest(HttpMethod method, String path, HTTPRequestBuilder.ResponseConsumer consumer, String requestBody)
-