Package com.atlassian.jira.filestore
Class FileStoreInformation
java.lang.Object
com.atlassian.jira.filestore.FileStoreInformation
This class provides textual information about a file store to be presented to admins in the avatars and attachments
settings pages. These are constructed by
FileStoreProvider
implementations.- Since:
- 9.11
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A builder forFileStoreInformation
instances.static interface
An entry in the file store information that can be internationalized.static class
A view of the file store information that has been internationalized, this should not be constructed directly, instead usegetInternationalizedView(I18nHelper)
. -
Method Summary
Modifier and TypeMethodDescriptiongetInternationalizedView
(I18nHelper i18nHelper) Returns a view of the file store information that has been internationalized.
-
Method Details
-
getInternationalizedView
Returns a view of the file store information that has been internationalized.- Parameters:
i18nHelper
- The i18n helper to use for internationalization.- Returns:
- A view of the file store information that has been internationalized.
-