Package com.atlassian.jira.filestore
Interface AttachmentFileStoreProvider
- All Superinterfaces:
FileStoreProvider
- All Known Implementing Classes:
FileSystemAttachmentFileStoreProvider,NoOpAttachmentFileStoreProvider,S3AttachmentFileStoreProvider
Provides the
FileStore.Path for storing attachments.- Since:
- 9.11
-
Method Summary
Modifier and TypeMethodDescriptionFetches the Analytic info about file store for attachmentsMethods inherited from interface com.atlassian.jira.filestore.FileStoreProvider
getAssociationTarget, getBasePath, getInformation, isStoreInJiraHome
-
Method Details
-
getFileStoreAnalyticInfo
Fetches the Analytic info about file store for attachments- Specified by:
getFileStoreAnalyticInfoin interfaceFileStoreProvider- Returns:
- FileStoreAnalyticInfo
-