Class HttpHelper.HttpResponse
- java.lang.Object
-
- jetbrains.buildServer.vcshostings.http.HttpHelper.HttpResponse
-
- Enclosing class:
- HttpHelper
public static class HttpHelper.HttpResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpResponse(HTTPRequestBuilder.Response delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getHeader(String name)
int
getStatusCode()
String
getStatusText()
URI
getUri()
-
-
-
Constructor Detail
-
HttpResponse
public HttpResponse(HTTPRequestBuilder.Response delegate) throws IOException
- Throws:
IOException
-
-