Class SpaceRestoreSettings
- java.lang.Object
-
- com.atlassian.confluence.api.model.backuprestore.SpaceRestoreSettings
-
public class SpaceRestoreSettings extends Object
Space Restore settings- Since:
- 8.2.0
-
-
Constructor Summary
Constructors Constructor Description SpaceRestoreSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()Returns name of the file that is used for restore.voidsetFileName(String fileName)Sets name of the file that is used for restore.
-
-
-
Method Detail
-
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 folder in Confluence SharedHome.
-
-