package

com.atlassian.jira.issue.attachment.store.strategy.get

Interfaces

AttachmentGetStrategy An interface representing a strategy for retrieving attachments. 

Classes

AttachmentGetStrategiesFactory  
DualAttachmentGetStrategy An implementation of AttachmentGetStrategy which get two stores and will try to first load attachment from primary store, in case of absence will try to get from secondary store. 
SingleStoreAttachmentGetStrategy Implementation of AttachmentGetStrategy which just delegates to single attachment store.