Package | Description |
---|---|
com.atlassian.jira.issue.attachment | |
com.atlassian.jira.issue.attachment.store | |
com.atlassian.jira.util |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentAdapterImpl
Used by Project Import.
|
Modifier and Type | Method and Description |
---|---|
File |
BackwardCompatibleAttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter adapter,
File attachmentDir) |
File |
FileBasedAttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter attachment,
File attachmentDir)
This is intended for cases where you want more control over where the attachment actually lives and you just want
something to handle the look up logic for the various possible filenames an attachment can have.
|
File |
AttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter attachment,
File attachmentDir)
Deprecated.
This is intended for cases where you want more control over where the attachment actually lives and you just want
something to handle the look up logic for the various possible filenames an attachment can have.
|
static File |
FileAttachments.getAttachmentFileHolder(AttachmentStore.AttachmentAdapter attachment,
File attachmentDir)
Deprecated.
we should be using
FileAttachments.getAttachmentFileHolder(AttachmentKey, java.io.File) once AttachmentStore is
removed. |
Modifier and Type | Method and Description |
---|---|
File |
BackwardCompatibleStoreAdapter.getAttachmentFile(AttachmentStore.AttachmentAdapter attachment,
File attachmentDir) |
File |
DefaultFileSystemAttachmentStore.getAttachmentFile(AttachmentStore.AttachmentAdapter attachment,
File attachmentDir)
This is intended for cases where you want more control over where the attachment actually lives and you just want
something to handle the look up logic for the various possible filenames an attachment can have.
|
Modifier and Type | Class and Description |
---|---|
static class |
AttachmentUtils.AttachmentAdapter
Deprecated.
Use
AttachmentStore with AttachmentStore.AttachmentAdapter . Since v6.1 |
Copyright © 2002-2015 Atlassian. All Rights Reserved.