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

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

Author:
Erik van Zijst

Constructor Summary
Delete(org.apache.commons.httpclient.HttpClient client, java.lang.String url)
           
Delete(java.lang.String url)
           
 
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
              java.lang.String url)

Delete

public Delete(java.lang.String url)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.