Class CachingBackupRestorer
java.lang.Object
com.atlassian.crowd.plugins.testkit.rest.backup.CachingBackupRestorer
Helper class improving backup restore by caching in memory DB dump after first restore. Subsequent
calls will restore DB from cached DB dump.
-
Constructor Summary
ConstructorsConstructorDescriptionCachingBackupRestorer
(XmlMigrationManager xmlMigrationManager, com.atlassian.activeobjects.spi.DataSourceProvider dataSourceProvider) -
Method Summary
-
Constructor Details
-
CachingBackupRestorer
@Inject public CachingBackupRestorer(XmlMigrationManager xmlMigrationManager, com.atlassian.activeobjects.spi.DataSourceProvider dataSourceProvider)
-
-
Method Details
-
restoreCrowd
- Throws:
Exception
-