Uses of Class
com.atlassian.confluence.internal.health.HealthCheckResult
Packages that use HealthCheckResult
Package
Description
-
Uses of HealthCheckResult in com.atlassian.confluence.impl.health
Methods in com.atlassian.confluence.impl.health that return types with arguments of type HealthCheckResultModifier and TypeMethodDescriptionprotected abstract List<HealthCheckResult>
HealthCheckTemplate.doPerform()
Subclasses should perform their check and return any results arising from it.final List<HealthCheckResult>
HealthCheckTemplate.perform
(LifecyclePhase phase) DefaultHealthCheckExecutor.performHealthChecks
(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase) -
Uses of HealthCheckResult in com.atlassian.confluence.impl.health.checks
Methods in com.atlassian.confluence.impl.health.checks that return types with arguments of type HealthCheckResultModifier and TypeMethodDescriptionprotected List<HealthCheckResult>
AttachmentDataFileStoreCheck.doPerform()
protected List<HealthCheckResult>
DatabaseCollationHealthCheck.doPerform()
protected List<HealthCheckResult>
DatabaseSetupHealthCheck.doPerform()
protected List<HealthCheckResult>
DbConnectionHealthCheck.doPerform()
protected List<HealthCheckResult>
HomeHealthCheck.doPerform()
protected List<HealthCheckResult>
HttpThreadsVsDbConnectionsHealthCheck.doPerform()
protected List<HealthCheckResult>
LicenseValidationHealthCheck.doPerform()
protected List<HealthCheckResult>
MSSQLDriverMigrationHealthCheck.doPerform()
protected List<HealthCheckResult>
MySqlJdbcUrlHealthCheck.doPerform()
protected List<HealthCheckResult>
OperatingSystemFreeMemoryHealthCheck.doPerform()
@NonNull List<HealthCheckResult>
FakeHealthCheck.perform
(LifecyclePhase lifecyclePhase) -
Uses of HealthCheckResult in com.atlassian.confluence.impl.health.checks.rules
Methods in com.atlassian.confluence.impl.health.checks.rules that return types with arguments of type HealthCheckResultModifier and TypeMethodDescriptionAbstractHealthCheckRule.validate
(HealthCheck parent) HealthCheckRule.validate
(HealthCheck parent) Checks whether the Health Check rule is satisfied. -
Uses of HealthCheckResult in com.atlassian.confluence.internal.health
Methods in com.atlassian.confluence.internal.health that return types with arguments of type HealthCheckResultModifier and TypeMethodDescriptionstatic List<HealthCheckResult>
HealthCheckResult.fail
(HealthCheck healthCheck, com.atlassian.johnson.event.Event event, @Nullable URL kbUrl, String cause, String logMessage) Create a 'failed' result containing the given parameters.@NonNull List<HealthCheckResult>
HealthCheck.perform
(LifecyclePhase phase) Performs health check for given phase.HealthCheckExecutor.performHealthChecks
(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase) Executes given health checks for the given phase of the Confluence lifecycle.