Class NoOpAttachmentFileStoreProvider

java.lang.Object
com.atlassian.jira.filestore.NoOpAttachmentFileStoreProvider
All Implemented Interfaces:
AttachmentFileStoreProvider, FileStoreProvider

public class NoOpAttachmentFileStoreProvider extends Object implements AttachmentFileStoreProvider
An AttachmentFileStoreProvider that is only used when Jira fails to create a valid file store provider for attachments. Jira will fail on startup if this is the case, but some implementation is required for other components to be initialized correctly, in order to display the startup error.