java.lang.Object | |
↳ | com.atlassian.jira.util.AttachmentUtils.AttachmentAdapter |
This class is deprecated.
Use AttachmentStore
with AttachmentStore.AttachmentAdapter
. Since v6.1
We need some of this utility to code to work for both Attachments and ExternalAttachments (from Project Import). All we really need to work is the id and the filename so this provides an adapter so that we can reuse code here.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||
From interface
com.atlassian.jira.issue.attachment.AttachmentStore.AttachmentAdapter
|