com.atlassian.bamboo.rest.util
Class Delete

java.lang.Object
  extended by com.atlassian.bamboo.rest.util.RESTCall<org.apache.commons.httpclient.methods.DeleteMethod>
      extended by com.atlassian.bamboo.rest.util.Delete

Deprecated. since 5.5 use the clases from "utils" package Please remove the dependency to httpclient from bamboo-core when you removing this class.

@Deprecated
public class Delete
extends RESTCall<org.apache.commons.httpclient.methods.DeleteMethod>


Constructor Summary
Delete(org.apache.commons.httpclient.HttpClient client, String url)
          Deprecated.  
Delete(String url)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.rest.util.RESTCall
addRequestHeader, assertExecuted, assertNotExecuted, execute, getMethod, getResponseAsStream, getResponseBody, getStatusCode, getURI, marshal, release, setBasicCredentials, setClientProxy, setMarshalledClasses, unmarshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete

public Delete(@NotNull
              org.apache.commons.httpclient.HttpClient client,
              @NotNull
              String url)
Deprecated. 

Delete

public Delete(String url)
Deprecated. 


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.