Uses of Interface
jetbrains.buildServer.util.HTTPRequestBuilder.ExceptionConsumer
-
Packages that use HTTPRequestBuilder.ExceptionConsumer Package Description jetbrains.buildServer.util -
-
Uses of HTTPRequestBuilder.ExceptionConsumer in jetbrains.buildServer.util
Methods in jetbrains.buildServer.util that return HTTPRequestBuilder.ExceptionConsumer Modifier and Type Method Description HTTPRequestBuilder.ExceptionConsumerHTTPRequestBuilder.Request. getOnException()Methods in jetbrains.buildServer.util with parameters of type HTTPRequestBuilder.ExceptionConsumer Modifier and Type Method Description HTTPRequestBuilderHTTPRequestBuilder. onException(HTTPRequestBuilder.ExceptionConsumer exceptionConsumer)Set consumer for occurred exceptions while call http(s) methods.
-