Package com.atlassian.jira.avatar
Interface AvatarFileStoreProvider
- All Superinterfaces:
FileStoreProvider
- All Known Implementing Classes:
FileSystemAvatarFileStoreProvider,NoOpAvatarFileStoreProvider,S3AvatarFileStoreProvider
Provides FileStore for Avatars.
- Since:
- 9.9
-
Method Summary
Modifier and TypeMethodDescriptionFetches the Analytic info about file store for avatarsRetrieves the file store configuration informationMethods inherited from interface com.atlassian.jira.filestore.FileStoreProvider
getAssociationTarget, getBasePath, getInformation, isStoreInJiraHome
-
Method Details
-
getFileStoreAnalyticInfo
Fetches the Analytic info about file store for avatars- Specified by:
getFileStoreAnalyticInfoin interfaceFileStoreProvider- Returns:
- FileStoreAnalyticInfo
-
getFileStoreConfig
Retrieves the file store configuration information- Returns:
- FileStoreConfig
-