Class BuildVersionCheck
java.lang.Object
com.atlassian.jira.health.AbstractHealthCheck
com.atlassian.jira.health.HealthCheckTemplate
com.atlassian.jira.health.checks.database.BuildVersionCheck
- All Implemented Interfaces:
HealthCheck
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. This check can be turned off by setting "-Djira.ignore.buildversion=true".
-
Field Summary
Fields inherited from interface com.atlassian.jira.health.HealthCheck
BLOCKING_START, CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION, TEMPLATE_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<HealthCheckResult>protected Set<LifecyclePhase>Methods inherited from class com.atlassian.jira.health.HealthCheckTemplate
isApplicableFor, performMethods inherited from class com.atlassian.jira.health.AbstractHealthCheck
getPrerequisitesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.health.HealthCheck
getId
-
Constructor Details
-
BuildVersionCheck
-
-
Method Details
-
doPerform
- Specified by:
doPerformin classHealthCheckTemplate
-
getApplicablePhases
- Specified by:
getApplicablePhasesin classHealthCheckTemplate
-