Uses of Interface
jetbrains.buildServer.http.HttpApi.Response
-
Packages that use HttpApi.Response Package Description jetbrains.buildServer.agent.impl.operationModes.executor jetbrains.buildServer.http jetbrains.buildServer.serverSide.buildLog -
-
Uses of HttpApi.Response in jetbrains.buildServer.agent.impl.operationModes.executor
Methods in jetbrains.buildServer.agent.impl.operationModes.executor that return HttpApi.Response Modifier and Type Method Description HttpApi.Response
AgentBuildFetchRetrier. fetchBuild(Long buildId, String buildAccessCode)
-
Uses of HttpApi.Response in jetbrains.buildServer.http
Classes in jetbrains.buildServer.http that implement HttpApi.Response Modifier and Type Class Description static class
FakeHttpApi.NotFound
static class
FakeHttpApi.SimpleResponse
Methods in jetbrains.buildServer.http that return HttpApi.Response Modifier and Type Method Description HttpApi.Response
ControllerBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
FakeHttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpClientBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)
HttpApi.Response
ControllerBasedHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
HttpApi.Response
FakeHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
HttpApi.Response
HttpClientBasedHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)
Methods in jetbrains.buildServer.http with parameters of type HttpApi.Response Modifier and Type Method Description void
FakeHttpApi. addOneTimePredefinedResponse(String path, HttpApi.Response response)
void
FakeHttpApi. addPredefinedResponse(String path, HttpApi.Response response)
-
Uses of HttpApi.Response in jetbrains.buildServer.serverSide.buildLog
Methods in jetbrains.buildServer.serverSide.buildLog that return HttpApi.Response Modifier and Type Method Description protected HttpApi.Response
BuildLogRemoteClient. send(String messageType, String body)
-