public interface FileStoreProvider
FileStore
's base path.Modifier and Type | Method and Description |
---|---|
FileStoreAssociationTarget |
getAssociationTarget()
Returns the
FileStoreAssociationTarget that this provider is associated with. |
com.atlassian.dc.filestore.api.FileStore.Path |
getBasePath()
Fetches the base file store path.
|
FileStoreAnalyticInfo |
getFileStoreAnalyticInfo()
Fetches the Analytic info about file store
|
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 com.atlassian.dc.filestore.api.FileStore.Path getBasePath()
io.atlassian.util.concurrent.LazyReference.InitializationException
- if a FileStore cannot be createdboolean isStoreInJiraHome()
FileStoreInformation getInformation()
FileStoreInformation
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 FileStoreAnalyticInfo getFileStoreAnalyticInfo()
@Nonnull FileStoreAssociationTarget getAssociationTarget()
FileStoreAssociationTarget
that this provider is associated with.Copyright © 2002-2024 Atlassian. All Rights Reserved.