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.ResponseAgentBuildFetchRetrier. 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 classFakeHttpApi.NotFoundstatic classFakeHttpApi.SimpleResponseMethods in jetbrains.buildServer.http that return HttpApi.Response Modifier and Type Method Description HttpApi.ResponseControllerBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseFakeHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpClientBasedHttpApi. get(String uri, HttpApi.HeaderPair... headers)HttpApi.ResponseControllerBasedHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)HttpApi.ResponseFakeHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpApi. post(String uri, String body, String contentType, String charset, HttpApi.HeaderPair... headers)HttpApi.ResponseHttpClientBasedHttpApi. 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 voidFakeHttpApi. addOneTimePredefinedResponse(String path, HttpApi.Response response)voidFakeHttpApi. 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.ResponseBuildLogRemoteClient. send(String messageType, String body)
-