com.atlassian.bamboo.rest.util
Class Delete

java.lang.Object
  extended by com.atlassian.bamboo.rest.util.RESTCall
      extended by com.atlassian.bamboo.rest.util.Delete

public class Delete
extends RESTCall

Author:
Erik van Zijst

Constructor Summary
Delete(java.lang.String url)
           
 
Method Summary
protected  java.lang.String getAction()
          Returns the HTTP action (POST/GET/HEAD/etc)
 
Methods inherited from class com.atlassian.bamboo.rest.util.RESTCall
addRequestHeader, assertExecuted, assertNotExecuted, execute, getResponseAsStream, getResponseBody, getStatusCode, marshal, release, setBasicCredentials, setMarshalledClasses, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete

public Delete(java.lang.String url)
Method Detail

getAction

protected java.lang.String getAction()
Description copied from class: RESTCall
Returns the HTTP action (POST/GET/HEAD/etc)

Specified by:
getAction in class RESTCall
Returns:


Copyright © 2011 Atlassian. All Rights Reserved.