Class FileStoresConfigHandler

java.lang.Object
com.atlassian.jira.config.filestore.FileStoresConfigHandler
All Implemented Interfaces:
CustomConfigHandler<FileStoresConfig>

@ParametersAreNonnullByDefault public class FileStoresConfigHandler extends Object implements CustomConfigHandler<FileStoresConfig>
Parses filestore configuration. Allows multiple filestores to be defined and associated with one more FileStoreAssociationTarget. The writeTo(org.dom4j.Element, com.atlassian.jira.config.filestore.FileStoresConfig) method has not been implemented. Users are expected to manually edit the configuration.
Since:
9.9
  • Field Details

    • FILESTORE_CANNOT_BE_PARSED_MESSAGE

      public static final String FILESTORE_CANNOT_BE_PARSED_MESSAGE
  • Constructor Details

    • FileStoresConfigHandler

      public FileStoresConfigHandler()
  • Method Details