Class BackupRestoreSettings

java.lang.Object
com.atlassian.confluence.backuprestore.BackupRestoreSettings
All Implemented Interfaces:
Serializable

public class BackupRestoreSettings extends Object implements Serializable
Contains settings for the site/space backup/restore operation.
Since:
7.17.0
See Also:
  • Constructor Details

  • Method Details

    • getJobOperation

      public JobOperation getJobOperation()
    • getJobScope

      public JobScope getJobScope()
    • isSkipAttachments

      public boolean isSkipAttachments()
    • isSkipHistoricalVersions

      public boolean isSkipHistoricalVersions()
    • isSkipAuditRecordsExport

      public boolean isSkipAuditRecordsExport()
    • getNotificationEmails

      public Collection<String> getNotificationEmails()
    • getSpaceKeys

      public Set<String> getSpaceKeys()
    • getFileName

      public String getFileName()
    • getFileNamePrefix

      public String getFileNamePrefix()
    • getFilePath

      public String getFilePath()
    • isKeepPermanently

      public boolean isKeepPermanently()
    • getSkipReindex

      public Boolean getSkipReindex()
    • isSkipReindex

      public boolean isSkipReindex()
    • toString

      public String toString()
      Overrides:
      toString in class Object