com.atlassian.jira.issue.attachment
Interface FileSystemAttachmentStore

All Superinterfaces:
AttachmentHealth, FileBasedAttachmentStore, SimpleAttachmentStore
All Known Implementing Classes:
DefaultAttachmentStore

public interface FileSystemAttachmentStore
extends FileBasedAttachmentStore

Marker interface for an AttachmentStore implementation that uses the file system.

Since:
v6.3

Method Summary
 
Methods inherited from interface com.atlassian.jira.issue.attachment.FileBasedAttachmentStore
deleteAttachmentContainerForIssue, getAttachmentFile, getAttachmentFile, getAttachmentFile
 
Methods inherited from interface com.atlassian.jira.issue.attachment.SimpleAttachmentStore
delete, exists, get, move, put, put
 
Methods inherited from interface com.atlassian.jira.issue.attachment.AttachmentHealth
errors
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.