Modifier and Type | Class and Description |
---|---|
class |
NodeIdHealthCheck
A
HealthCheck that checks the node ID used in a JIRA DC cluster. |
class |
SharedHomeHealthCheck
Health check that verifies the shared home is specified and isn't the same as the local home.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLHealthCheckTemplate
Simplies the implementation of
HealthCheck s. |
Modifier and Type | Class and Description |
---|---|
class |
CustomisedConfigurationsHealthCheck
Checks for instance customisations in the Jira home directory.
|
class |
DbConfigurationAndConnectionCheck
Checks that JIRA can connect to its configured database.
|
class |
FileStoreConfigurationHealthCheck
Checks that the filestore-config.xml file has valid contents
|
class |
FileStoreConnectionHealthCheck
Checks that the filestore is accessible and writeable on startup
|
class |
JiraHomeHealthCheck
Checks that JIRA can create or has a JIRA home directory.
|
class |
MinMemoryHealthCheck
Checks that JIRA has the minimum min and max heap set.
|
class |
TomcatConfigurationHealthCheck
Checks if Tomcat configuration allows usage of special characters in paths '[]|' and query strings '[]|{}^\`"<>'
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
CollationHealthCheck
A health check which checks that the collation being used by the current database is one that JIRA supports.
|
class |
DatabaseSecretStoreRetrievalHealthCheck
This is a check for ensuring that the database configuration defined in dbconfig.xml
can be read and parsed successfully.
|
class |
JdbcDriverHealthCheck
Checks that a valid JDBC driver is available.
|
class |
MinimumUpgradableVersionHealthCheck
Ensure that the current data is recent enough to be upgraded to this version of JIRA
Sometimes upgrades from very old versions need to be performed by first upgrading to an intermediate version.
|
class |
MSSQLDriverMigrationHealthCheck |
class |
MySql8ModeHealthCheck
Perform checks specific for configured MySQL 8.0 database type.
|
class |
MySqlJdbcUrlHealthCheck
If JIRA is using MySQL, this HealthCheck checks whether the JDBC URL contains the deprecated parameter 'storage_engine'.
|
class |
PostgresSchemaHealthCheck
A checker that will print a log message if the database is Postgres and the schema name contains upper case.
|
class |
PublicSchemaHealthCheck
A HealthCheck that looks in the entityengine.xml for a specific
misconfiguration, the combination of setting schema-name to PUBLIC
(upper case) on a database other than H2 or HSQL.
|
class |
SupportedDatabaseVersionHealthCheck
Checks the database version to see that it's supported
|
class |
UnsupportedHsqlHealthCheck
Check that we are not trying to use HSQL, which is unsupported
|
Modifier and Type | Class and Description |
---|---|
class |
SystemPluginsEnabledHealthCheck
Checks that all system plugins have been enabled.
|
Copyright © 2002-2024 Atlassian. All Rights Reserved.