public class MSSQLDriverMigrationHealthCheck extends HealthCheckTemplate
Constructor and Description |
---|
MSSQLDriverMigrationHealthCheck(DataSourceConfiguration dataSourceConfiguration,
DbHealthCheckHelper dbHealthCheckHelper,
com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager) |
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, perform
getPrerequisites
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public MSSQLDriverMigrationHealthCheck(DataSourceConfiguration dataSourceConfiguration, DbHealthCheckHelper dbHealthCheckHelper, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager)
protected Set<LifecyclePhase> getApplicablePhases()
HealthCheckTemplate
getApplicablePhases
in class HealthCheckTemplate
protected List<HealthCheckResult> doPerform()
HealthCheckTemplate
doPerform
in class HealthCheckTemplate
HealthCheckTemplate.getApplicablePhases()
,
HealthCheck.perform(LifecyclePhase)
Copyright © 2003–2020 Atlassian. All rights reserved.