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 void
GeneralHttpErrorHandler. 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 class
Http4ErrorHandlerParams
Implementation ofGeneralHttpErrorHandler
for Apache HttpClient v4.
-