Modifier and Type | Class and Description |
---|---|
class |
FakeHealthCheck
This fake
HealthCheck allows the operator
to simulate a health check failure, for example to test:
The Johnson infrastructure (manually or via automation), or
The "hide.system.error.details " flag.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterLicenseHealthCheck
Checks that this instance is appropriately licensed for clustered operation ("Data Center").
|
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 |
HealthCheckTemplate
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 |
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 |
StandaloneLicenseHealthCheck
A
HealthCheck that checks for a valid license in standalone (non-clustered) mode. |
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 |
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 |
MySql57ModeHealthCheck
Perform checks specific for configured MySQL 5.7 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-2021 Atlassian. All Rights Reserved.