Package com.atlassian.confluence.it.web
Class FileUpload
- java.lang.Object
-
- com.atlassian.confluence.it.web.FileUpload
-
public class FileUpload extends Object
-
-
Constructor Summary
Constructors Constructor Description FileUpload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addClasspathResource(String resourcePath, String contentType, String comment)
void
addClasspathResource(String filename, String resourcePath, String contentType, String comment)
void
addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource, String contentType, String comment)
org.apache.commons.httpclient.HttpMethod
toRequest(String url)
-
-
-
Method Detail
-
addClasspathResource
public void addClasspathResource(String resourcePath, String contentType, String comment)
-
addClasspathResource
public void addClasspathResource(String filename, String resourcePath, String contentType, String comment)
-
addResource
public void addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource, String contentType, String comment)
-
toRequest
public org.apache.commons.httpclient.HttpMethod toRequest(String url)
-
-