public class DatabaseSetupHealthCheck extends HealthCheckTemplate
HealthCheck that checks whether the database setup is correct.| Modifier | Constructor and Description |
|---|---|
protected |
DatabaseSetupHealthCheck(Map<String,HealthCheckRule> databaseSetupRules,
DatabaseConfigHelper databaseConfigHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HealthCheckResult> |
doPerform()
Subclasses should perform their check and return any results arising from it.
|
protected Set<LifecyclePhase> |
getApplicablePhases()
Subclasses should indicate the phases in which this check should run.
|
isApplicableFor, performgetPrerequisitesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdprotected DatabaseSetupHealthCheck(Map<String,HealthCheckRule> databaseSetupRules, DatabaseConfigHelper databaseConfigHelper)
protected Set<LifecyclePhase> getApplicablePhases()
HealthCheckTemplategetApplicablePhases in class HealthCheckTemplateprotected List<HealthCheckResult> doPerform()
HealthCheckTemplatedoPerform in class HealthCheckTemplateHealthCheckTemplate.getApplicablePhases(),
HealthCheck.perform(LifecyclePhase)Copyright © 2003–2022 Atlassian. All rights reserved.