Class SiteRestoreSettings
java.lang.Object
com.atlassian.confluence.api.model.backuprestore.SiteRestoreSettings
Site Restore settings
- Since:
- 8.2.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SiteRestoreSettings.Builder
builder()
Returns name of the file that is used for restore.void
setFileName
(String fileName) Sets name of the file that is used for restore.void
setSkipReindex
(Boolean skipReindex) Set to true if the site restore should skip reindex.
-
Constructor Details
-
SiteRestoreSettings
-
SiteRestoreSettings
public SiteRestoreSettings()
-
-
Method Details
-
getFileName
Returns name of the file that is used for restore. -
setFileName
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
- Returns:
- value of skipReindex property.
-
setSkipReindex
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
-