Package com.atlassian.bamboo.rest.utils
Class Delete
java.lang.Object
com.atlassian.bamboo.rest.utils.RESTCall<org.apache.http.client.methods.HttpDelete>
com.atlassian.bamboo.rest.utils.Delete
- 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
-
Delete
public Delete(@NotNull @NotNull org.apache.http.client.HttpClient client, @NotNull @NotNull String url) -
Delete
-