Uses of Interface
jetbrains.buildServer.issueTracker.GeneralHttpErrorHandlerParams
-
Packages that use GeneralHttpErrorHandlerParams Package Description jetbrains.buildServer.issueTracker jetbrains.buildServer.issueTracker.impl -
-
Uses of GeneralHttpErrorHandlerParams in jetbrains.buildServer.issueTracker
Methods in jetbrains.buildServer.issueTracker with parameters of type GeneralHttpErrorHandlerParams Modifier and Type Method Description voidGeneralHttpErrorHandler. handle(GeneralHttpErrorHandlerParams params)Handles the HTTP error after unsuccessful GET request. -
Uses of GeneralHttpErrorHandlerParams in jetbrains.buildServer.issueTracker.impl
Classes in jetbrains.buildServer.issueTracker.impl that implement GeneralHttpErrorHandlerParams Modifier and Type Class Description classHttp4ErrorHandlerParamsImplementation ofGeneralHttpErrorHandlerfor Apache HttpClient v4.
-