Package org.cyclos.impl.system
Class DbSchemaInconsistencyParameters
- java.lang.Object
-
- org.cyclos.impl.system.DbSchemaInconsistencyParameters
-
public class DbSchemaInconsistencyParameters extends Object
Parameters to generate a new inconsistent db schema report which will be sent to the license server.
-
-
Constructor Summary
Constructors Constructor Description DbSchemaInconsistencyParameters(org.stro.dbdiff.model.DatabaseDiffResult diff, String postgresqlVersion, List<org.cyclos.license.api.model.DatabaseUpgradeData> failedDatabaseUpgrades)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.stro.dbdiff.model.DatabaseDiffResultgetDiff()List<org.cyclos.license.api.model.DatabaseUpgradeData>getFailedDatabaseUpgrades()StringgetPostgresqlVersion()
-