Class DatabaseVerificationManager
java.lang.Object
com.atlassian.crowd.migration.verify.DatabaseVerificationManager
This manager will look after verifiers that need to run against the legacy database before migration
to validate that the migration can proceed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLegacyTableQueries
(LegacyTableQueries legacyTableQueries) validate()
Will validate the given document against a list ofVerifier
's
-
Constructor Details
-
DatabaseVerificationManager
-
-
Method Details
-
validate
Will validate the given document against a list ofVerifier
's- Returns:
- A combined list of errors from all the verifiers. If this list is empty, then all verifiers passed.
-
setLegacyTableQueries
-