@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public class NoOpAvatarFileStoreProvider extends Object implements AvatarFileStoreProvider
AvatarFileStoreProvider that doesn't perform any operations.| Constructor and Description |
|---|
NoOpAvatarFileStoreProvider() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.dc.filestore.api.FileStore.Path |
getBasePath()
Fetches the base file store path.
|
FileStoreAnalyticInfo |
getFileStoreAnalyticInfo()
Fetches the Analytic info about file store for avatars
|
FileStoreConfig |
getFileStoreConfig()
Retrieves the file store configuration information
|
FileStoreInformation |
getInformation()
Returns information that describes the file store config.
|
boolean |
isStoreInJiraHome()
Indicates whether the file store is somewhere within the Jira home directory.
|
@Nonnull public com.atlassian.dc.filestore.api.FileStore.Path getBasePath()
FileStoreProvidergetBasePath in interface FileStoreProviderpublic boolean isStoreInJiraHome()
FileStoreProviderisStoreInJiraHome in interface FileStoreProviderpublic FileStoreInformation getInformation()
FileStoreProvidergetInformation in interface FileStoreProviderFileStoreInformation instance that can be used by the
JIRA.Templates.Admin.Jira.FileStoreInformation.fileStoreInformation soy template to present information
about the file store in the admin UI.@Nonnull public FileStoreAnalyticInfo getFileStoreAnalyticInfo()
AvatarFileStoreProvidergetFileStoreAnalyticInfo in interface AvatarFileStoreProviderpublic FileStoreConfig getFileStoreConfig()
AvatarFileStoreProvidergetFileStoreConfig in interface AvatarFileStoreProviderCopyright © 2002-2024 Atlassian. All Rights Reserved.