Class | Description |
---|---|
Build178SchemaCheck | |
BuildVersionCheck |
This is a database check that verifies that user is not running old version of JIRA on the data in the database
created by more recent version of JIRA.
|
CollationCheck |
A checker that will print a warning message if an unsupported database collation is being used.
|
CollationCheckFactory | |
LockedDatabaseOfBizDelegator |
An
OfBizDelegator that rejects all operations on the basis that the database is locked. |
MinimumUpgradableVersionCheck |
This is a database check that verifies that the data is not too old to be upgraded by this version of JIRA.
|
PostgresSchemaConfigCheck |
A checker that will print a log message if the database is Postgres and the schema name contains upper case.
|
PublicSchemaConfigCheck |
A DatabaseCheck that looks in the entityengine.xml for an anticipated
misconfiguration, the combination of setting schema-name to PUBLIC
(upper case) on a database other than H2 or HSQL.
|
TableColumnCheckResult |
Represents the stateful answer to the query of whether a given table contains a given column.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.