Package com.atlassian.confluence.it.web
Class MultipartUploadEntity
java.lang.Object
com.atlassian.confluence.it.web.MultipartUploadEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClasspathResource(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)
-
Constructor Details
-
MultipartUploadEntity
public MultipartUploadEntity()
-
-
Method Details
-
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
-
wrapMultiPartFormInfo
public org.apache.hc.core5.http.io.support.ClassicRequestBuilder wrapMultiPartFormInfo(org.apache.hc.core5.http.io.support.ClassicRequestBuilder classicRequestBuilder)
-