Interface | Description |
---|---|
Verifier |
Responsible for verifying the correctness of an XML backup.
|
Class | Description |
---|---|
DatabaseVerificationManager |
This manager will look after verifiers that need to run against the legacy database before migration
to validate that the migration can proceed.
|
DatabaseVerifier |
Responsible for verifying the correctness/compatibility of pre 2.0 database to 2.0+ database
|
LegacyDatabaseVerifier |
Pretty much a copy/paste of LegacyXmlVerifier - just that info is taken from database instead of XML document
|
LegacyXmlVerifier |
Responsible for verifying the correctness of a legacy XML backup.
|
SupportedDatabaseVerifier | |
VerificationManager |
This manager will look after verifiers that need to run against the imported XML document before import
to validate that the import can proceed.
|
VersionMismatchVerifier |
This class will validate the correctness of an XML file to be imported into the currently running version of Crowd.
|
Copyright © 2020 Atlassian. All rights reserved.