com.atlassian.bamboo.rest.util
Class Put

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

public class Put
extends RESTCall<org.apache.commons.httpclient.methods.PutMethod>


Constructor Summary
Put(org.apache.commons.httpclient.HttpClient client, java.lang.String url)
           
Put(java.lang.String url)
           
 
Method Summary
 void setRequestBody(byte[] raw, java.lang.String contentType)
          Sets the request body to the specified raw byte array.
 void setRequestObject(java.lang.Object obj)
           
 
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

Put

public Put(@NotNull
           org.apache.commons.httpclient.HttpClient client,
           @NotNull
           java.lang.String url)

Put

public Put(@NotNull
           java.lang.String url)
Method Detail

setRequestBody

public void setRequestBody(byte[] raw,
                           java.lang.String contentType)
Sets the request body to the specified raw byte array.

Parameters:
raw -
contentType -

setRequestObject

public void setRequestObject(java.lang.Object obj)
                      throws javax.xml.bind.JAXBException
Throws:
javax.xml.bind.JAXBException


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