Class TemporaryWebAttachmentFactory
java.lang.Object
com.atlassian.jira.issue.attachment.TemporaryWebAttachmentFactory
Factory for
TemporaryWebAttachment.- Since:
- v6.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(TemporaryAttachmentId temporaryAttachmentId, String filename, String contentType, String formToken, long size)
-
Constructor Details
-
TemporaryWebAttachmentFactory
public TemporaryWebAttachmentFactory()
-
-
Method Details
-
create
public TemporaryWebAttachment create(TemporaryAttachmentId temporaryAttachmentId, String filename, String contentType, String formToken, long size)
-