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 Set<LifecyclePhase> |
HealthCheckTemplate.getApplicablePhases() |
Modifier and Type | Method and Description |
---|---|
boolean |
HealthCheckTemplate.isApplicableFor(LifecyclePhase phase) |
List<HealthCheckResult> |
HealthCheckTemplate.perform(LifecyclePhase phase) |
Set<HealthCheckResult> |
DefaultHealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase) |
void |
HealthCheckRunner.runHealthChecks(LifecyclePhase lifecyclePhase)
Runs the
HealthCheck s in the given LifecyclePhase . |
void |
DefaultHealthCheckRunner.runHealthChecks(LifecyclePhase lifecyclePhase) |
Modifier and Type | Method and Description |
---|---|
protected Set<LifecyclePhase> |
HomeHealthCheck.getApplicablePhases() |
Modifier and Type | Method and Description |
---|---|
boolean |
FakeHealthCheck.isApplicableFor(LifecyclePhase phase) |
List<HealthCheckResult> |
FakeHealthCheck.perform(LifecyclePhase lifecyclePhase) |
Modifier and Type | Method and Description |
---|---|
static LifecyclePhase |
LifecyclePhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecyclePhase[] |
LifecyclePhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HealthCheck.isApplicableFor(LifecyclePhase phase)
Checks if current HealthCheck is applicable for given phase
|
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.