Class SpaceImportTaskRunner
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.taskrunners.SpaceImportTaskRunner
- All Implemented Interfaces:
ImportTaskRunner,AutoCloseable
Service responsible for running all additional tasks that should be executed before and after space restore
- Since:
- 8.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunPostImportTasks(BackupRestoreSettings settings, BackupProperties backupProperties) Run tasks which should be executed after we finish processing entitiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.impl.backuprestore.restore.taskrunners.ImportTaskRunner
close, runPreImportTasks
-
Constructor Details
-
SpaceImportTaskRunner
-
-
Method Details
-
runPostImportTasks
public void runPostImportTasks(BackupRestoreSettings settings, BackupProperties backupProperties) throws BackupRestoreException Description copied from interface:ImportTaskRunnerRun tasks which should be executed after we finish processing entities- Specified by:
runPostImportTasksin interfaceImportTaskRunner- Parameters:
backupProperties- backup properties from exportDescriptor.properties file- Throws:
BackupRestoreException
-