jenkins.plugin.assembla.api
Class AssemblaHttpClient
java.lang.Object
jenkins.plugin.assembla.api.AssemblaHttpClient
public class AssemblaHttpClient
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssemblaHttpClient
public AssemblaHttpClient(String url,
String username,
String password)
AssemblaHttpClient
public AssemblaHttpClient(AssemblaSite assemblaSite)
getResponseStream
public InputStream getResponseStream()
executeHttpGet
public int executeHttpGet(String space,
String resource)
throws IOException
- Throws:
IOException
executeHttpPut
public int executeHttpPut(String space,
String resource,
String data)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.