com.atlassian.confluence.it.web
Class FileUpload
java.lang.Object
com.atlassian.confluence.it.web.FileUpload
public class FileUpload
- extends java.lang.Object
Method Summary |
void |
addClasspathResource(java.lang.String resourcePath,
java.lang.String contentType,
java.lang.String comment)
|
void |
addClasspathResource(java.lang.String filename,
java.lang.String resourcePath,
java.lang.String contentType,
java.lang.String comment)
|
void |
addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource,
java.lang.String contentType,
java.lang.String comment)
|
org.apache.commons.httpclient.HttpMethod |
toRequest(java.lang.String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUpload
public FileUpload()
addClasspathResource
public void addClasspathResource(java.lang.String resourcePath,
java.lang.String contentType,
java.lang.String comment)
addClasspathResource
public void addClasspathResource(java.lang.String filename,
java.lang.String resourcePath,
java.lang.String contentType,
java.lang.String comment)
addResource
public void addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource,
java.lang.String contentType,
java.lang.String comment)
toRequest
public org.apache.commons.httpclient.HttpMethod toRequest(java.lang.String url)
Copyright © 2003-2013 Atlassian. All Rights Reserved.