| Package | Description |
|---|---|
| com.atlassian.confluence.impl.health | |
| com.atlassian.confluence.impl.health.checks | |
| com.atlassian.confluence.internal.health |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<HealthCheckResult> |
HealthCheckTemplate.doPerform()
Subclasses should perform their check and return any results arising from it.
|
List<HealthCheckResult> |
HealthCheckTemplate.perform(LifecyclePhase phase) |
Set<HealthCheckResult> |
DefaultHealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HealthCheckResult> |
HomeHealthCheck.doPerform() |
protected List<HealthCheckResult> |
MySqlJdbcUrlHealthCheck.doPerform() |
protected List<HealthCheckResult> |
HttpThreadsVsDbConnectionsHealthCheck.doPerform() |
protected List<HealthCheckResult> |
MSSQLDriverMigrationHealthCheck.doPerform() |
protected List<HealthCheckResult> |
LicenseValidationHealthCheck.doPerform() |
protected List<HealthCheckResult> |
DbConnectionHealthCheck.doPerform() |
protected List<HealthCheckResult> |
OperatingSystemFreeMemoryHealthCheck.doPerform() |
List<HealthCheckResult> |
FakeHealthCheck.perform(LifecyclePhase lifecyclePhase) |
| Modifier and Type | Method and Description |
|---|---|
static List<HealthCheckResult> |
HealthCheckResult.fail(HealthCheck healthCheck,
com.atlassian.johnson.event.Event event,
URL kbUrl,
String cause,
String logMessage)
Create a 'failed' result containing the given parameters.
|
List<HealthCheckResult> |
HealthCheck.perform(LifecyclePhase phase)
Performs health check for given phase.
|
Set<HealthCheckResult> |
HealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase)
Executes given health checks for the given phase of the Confluence lifecycle.
|
Copyright © 2003–2020 Atlassian. All rights reserved.