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() |
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() |
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–2017 Atlassian. All rights reserved.