com.atlassian.bamboo.rest.util
Class Get

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

public class Get
extends RESTCall<org.apache.commons.httpclient.methods.GetMethod>

Author:
Erik van Zijst

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

Get

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

Get

public Get(@NotNull
           java.lang.String url)


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