Package | Description |
---|---|
com.atlassian.crowd.manager.backup | |
com.atlassian.crowd.migration | |
com.atlassian.crowd.plugins.testkit.rest |
Modifier and Type | Method and Description |
---|---|
long |
DefaultBackupManager.backup(String exportFileName) |
long |
BackupManager.backup(String exportFileName)
Perform an XML export of crowd, as well as of the directory configuration.
|
long |
DefaultBackupManager.backup(String exportFileName,
boolean resetDomain) |
long |
BackupManager.backup(String exportFileName,
boolean resetDomain)
Perform an XML export of crowd, as well as of the directory configuration.
|
Modifier and Type | Method and Description |
---|---|
long |
XmlMigrationManager.exportXml(String path,
Map<String,Object> options)
Exports the Crowd server's state to an XML file.
|
long |
XmlMigrationManagerImpl.exportXml(String path,
Map<String,Object> options) |
long |
XmlMigrationManager.importXml(String path)
Imports exported Crowd server state from an XML file.
|
long |
XmlMigrationManagerImpl.importXml(String path) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TestkitBackupCrowdResource.restoreCrowd(TestkitRestoreSettings restoreSettings) |
Copyright © 2021 Atlassian. All rights reserved.