Package | Description |
---|---|
com.atlassian.jira.issue.attachment | |
com.atlassian.jira.issue.attachment.store |
Modifier and Type | Interface and Description |
---|---|
interface |
AttachmentDirectoryAccessor
Interface for a component that provides access to attachment directories.
|
interface |
FileBasedAttachmentStore
Interface for an attachment store that presents a File-based interface for accessing attachments.
|
interface |
FileSystemAttachmentStore
Marker interface for an AttachmentStore implementation that uses the file system.
|
interface |
StreamAttachmentStore
Stream based operations on attachments This interface contains subset of methods from
AttachmentStore and is dedicated to replace it. |
Modifier and Type | Class and Description |
---|---|
class |
BackwardCompatibleAttachmentStore
AttachmentStore and StreamAttachmentStore implementation
that delegates calls to FileSystemAttachmentStore . |
class |
FileSystemAttachmentDirectoryAccessor
Implementation of the AttachmentDirectoryAccessor that deals with filesystem-based attachment storage.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileSystemAttachmentStore |
Copyright © 2002-2022 Atlassian. All Rights Reserved.