Class SpaceRestoreSettings
java.lang.Object
com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
Space Restore settings
- Since:
- 8.2.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SpaceRestoreSettings.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 space restore should skip reindex.
-
Constructor Details
-
SpaceRestoreSettings
-
SpaceRestoreSettings
public SpaceRestoreSettings()
-
-
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/space folder in Confluence SharedHome. -
getSkipReindex
- Returns:
- value of skipReindex property.
-
setSkipReindex
Set to true if the space restore should skip reindex. Leave null or false otherwise.- Parameters:
skipReindex
- true if re-indexing should be skipped. False otherwise.
-
builder
-