@Produces(value="application/json") @Consumes(value="application/json") @Path(value="/backups") public class TestkitBackupCrowdResource extends Object
Constructor and Description |
---|
TestkitBackupCrowdResource(XmlMigrationManager xmlMigrationManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
restoreCrowd(TestkitRestoreSettings restoreSettings) |
@Inject public TestkitBackupCrowdResource(XmlMigrationManager xmlMigrationManager)
@POST @Path(value="/restore") public javax.ws.rs.core.Response restoreCrowd(TestkitRestoreSettings restoreSettings) throws BackupOrRestoreAlreadyInProgressException, ImportException
Copyright © 2021 Atlassian. All rights reserved.