Package | Description |
---|---|
com.atlassian.jira.issue.attachment |
Modifier and Type | Class and Description |
---|---|
class |
DefaultReadOnlyFileSystemAttachmentStore
Basic implementation of a ReadOnlyFileBasedAttachmentStore rooted at the specified root directory.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAttachmentDataBulkImport.importAttachmentDataFrom(ReadOnlyFileBasedAttachmentStore source,
int concurrency,
com.atlassian.fugue.Option<com.atlassian.util.concurrent.Effect<Attachment>> onCompleteAttachment) |
void |
AttachmentDataBulkImport.importAttachmentDataFrom(ReadOnlyFileBasedAttachmentStore source,
int concurrency,
com.atlassian.fugue.Option<com.atlassian.util.concurrent.Effect<Attachment>> onCompleteAttachment)
Import attachment data from the specified file system source with specified concurrency, and an optional effect
that is run after each attachment is imported (e.g.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.