Package com.atlassian.bamboo.rest.utils
Class Get
java.lang.Object
com.atlassian.bamboo.rest.utils.RESTCall<org.apache.http.client.methods.HttpGet>
com.atlassian.bamboo.rest.utils.Get
- All Implemented Interfaces:
AutoCloseable
- Author:
- Erik van Zijst
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.utils.RESTCall
addRequestHeader, assertExecuted, assertNotExecuted, beforeExecute, close, execute, getHttpClientWithTimeout, getMethod, getResponseAsStream, getResponseAsString, getResponseBody, getResponseHeaders, getStatusCode, getStatusLine, getURI, marshal, release, setBasicCredentials, setMarshalledClasses, toString, unmarshal, unmarshal
-
Constructor Details
-
Get
public Get(@NotNull @NotNull org.apache.http.client.HttpClient client, @NotNull @NotNull String url) -
Get
-