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
public class Get extends RESTCall<org.apache.http.client.methods.HttpGet>
- Author:
- Erik van Zijst
-
-
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
-
-