Class BackupPathProvider

java.lang.Object
com.atlassian.jira.imports.xml.BackupPathProvider

public class BackupPathProvider extends Object
Provides the path where backup files are stored.
Since:
9.15
  • Constructor Details

  • Method Details

    • getBackupPath

      public String getBackupPath()
    • getS3FileStoreConfig

      public Optional<S3FileStoreConfig> getS3FileStoreConfig()
      Returns:
      the S3 file store configuration if feature flag is enabled and the backup file store provider is an instance of S3BackupFileStoreProvider
    • isS3InUse

      public boolean isS3InUse()
      Returns:
      true if backup file will be stored in S3
    • isFileStoreFullyConfigured

      public boolean isFileStoreFullyConfigured()