Class SiteRestoreSettings

java.lang.Object
com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings

public class SiteRestoreSettings extends Object
Site Restore settings
Since:
8.2.0
  • Constructor Details

    • SiteRestoreSettings

      public SiteRestoreSettings(String fileName, Boolean skipReindex)
    • SiteRestoreSettings

      public SiteRestoreSettings()
  • Method Details

    • getFileName

      public String getFileName()
      Returns name of the file that is used for restore.
    • setFileName

      public void setFileName(String fileName)
      Sets name of the file that is used for restore. It should be just a file name without a path. File should be located in restore/site folder in Confluence SharedHome.
    • getSkipReindex

      public Boolean getSkipReindex()
      Returns:
      value of skipReindex property.
    • setSkipReindex

      public void setSkipReindex(Boolean skipReindex)
      Set to true if the site restore should skip reindex. Leave null or false otherwise.
      Parameters:
      skipReindex - true if re-indexing should be skipped. False otherwise.
    • builder

      public static SiteRestoreSettings.Builder builder()