Uses of Interface
jetbrains.buildServer.http.HttpApi
-
-
Uses of HttpApi in jetbrains.buildServer.agent.impl.operationModes.executor
Constructors in jetbrains.buildServer.agent.impl.operationModes.executor with parameters of type HttpApi Constructor Description AgentBuildFetcher(BuildAgent buildAgent, HttpApi httpApi, Map<String,String> envVars)
AgentBuildFetchRetrier(BuildAgent buildAgent, HttpApi httpApi)
-
Uses of HttpApi in jetbrains.buildServer.agent.impl.serverCommunication
Methods in jetbrains.buildServer.agent.impl.serverCommunication that return HttpApi Modifier and Type Method Description HttpApi
ServerApiFactory. create()
Constructors in jetbrains.buildServer.agent.impl.serverCommunication with parameters of type HttpApi Constructor Description HttpBasedProtocolResolver(BuildAgentConfiguration configuration, PollingProtocol pollingProtocol, HttpApi serverApi)
PollingProtocol(BuildAgentConfiguration configuration, ServerCommandsPoller serverCommandsPoller, HttpApi serverApi)
ServerCommandsPoller(BuildAgentConfiguration configuration, ServerCommandsExecutor serverCommandsExecutor, HttpApi serverApi, EventDispatcher<AgentLifeCycleListener> agentDispatcher)
-
Uses of HttpApi in jetbrains.buildServer.http
Classes in jetbrains.buildServer.http that implement HttpApi Modifier and Type Class Description class
ControllerBasedHttpApi
HttpApi
implementation that calls spring controllerAbstractController
directly.class
FakeHttpApi
class
HttpClientBasedHttpApi
Methods in jetbrains.buildServer.http with parameters of type HttpApi Modifier and Type Method Description void
FakeHttpApi. setDelegate(HttpApi delegate)
-
Uses of HttpApi in jetbrains.buildServer.serverSide.buildLog
Constructors in jetbrains.buildServer.serverSide.buildLog with parameters of type HttpApi Constructor Description BuildLogFacadeFactory(HttpApi httpApi)
BuildLogFactory(ExecutorServiceManager executors, ServerPaths paths, HttpApi httpApi, BuildLogFacadeFactory buildLogFacadeFactory, ServerResponsibility serverResponsibility, TeamCityNodes teamCityNodes)
BuildLogRemoteClient(HttpApi httpApi)
BuildLogRemoteFacade(String buildLogId, HttpApi httpApi)
BuildLogRemoteIdResolver(HttpApi httpApi)
StatefulBuildLogRemoteFacade(String buildLogId, HttpApi httpApi)
-