Class FileStoreInformation

java.lang.Object
com.atlassian.jira.filestore.FileStoreInformation

public class FileStoreInformation extends Object
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
  • Method Details

    • getInternationalizedView

      public FileStoreInformation.Internationalized getInternationalizedView(I18nHelper i18nHelper)
      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.