Package com.atlassian.confluence.it.web
Class MultipartUploadEntity
- java.lang.Object
-
- com.atlassian.confluence.it.web.MultipartUploadEntity
-
public class MultipartUploadEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description MultipartUploadEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddClasspathResource(String resourcePath, String contentType, String comment)voidaddClasspathResource(String resourcePath, String contentType, String comment, String filename)voidaddResource(String resourcePath, String contentType, String comment, String fileName)org.apache.hc.core5.http.io.support.ClassicRequestBuilderwrapMultiPartFormInfo(org.apache.hc.core5.http.io.support.ClassicRequestBuilder classicRequestBuilder)
-
-
-
Method Detail
-
addClasspathResource
public void addClasspathResource(String resourcePath, String contentType, String comment) throws IOException
- Throws:
IOException
-
addClasspathResource
public void addClasspathResource(String resourcePath, String contentType, String comment, String filename) throws IOException
- Throws:
IOException
-
addResource
public void addResource(String resourcePath, String contentType, String comment, String fileName)
-
wrapMultiPartFormInfo
public org.apache.hc.core5.http.io.support.ClassicRequestBuilder wrapMultiPartFormInfo(org.apache.hc.core5.http.io.support.ClassicRequestBuilder classicRequestBuilder)
-
-