Uses of Interface
com.atlassian.confluence.internal.health.HealthCheck
Packages that use HealthCheck
Package
Description
-
Uses of HealthCheck in com.atlassian.confluence.impl.health
Classes in com.atlassian.confluence.impl.health that implement HealthCheckModifier and TypeClassDescriptionclassConvenient superclass for health checks.classSimplies the implementation ofHealthChecks.Methods in com.atlassian.confluence.impl.health that return HealthCheckModifier and TypeMethodDescriptionDefaultHealthCheckExecutor.PrerequisiteNotInPhaseException.getHealthCheck()Methods in com.atlassian.confluence.impl.health that return types with arguments of type HealthCheckModifier and TypeMethodDescriptionDefaultHealthCheckRegistry.getAll()final Collection<HealthCheck> AbstractHealthCheck.getPrerequisites()Methods in com.atlassian.confluence.impl.health with parameters of type HealthCheckModifier and TypeMethodDescriptionvoidDefaultHealthCheckRegistry.register(HealthCheck healthCheck) Method parameters in com.atlassian.confluence.impl.health with type arguments of type HealthCheckModifier and TypeMethodDescriptionDefaultHealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase) Constructor parameters in com.atlassian.confluence.impl.health with type arguments of type HealthCheckModifierConstructorDescriptionprotectedAbstractHealthCheck(Iterable<HealthCheck> prerequisites) HealthCheckRegistrar(HealthCheckRegistry healthCheckRegistry, List<HealthCheck> healthChecks) protectedHealthCheckTemplate(Iterable<HealthCheck> prerequisites) -
Uses of HealthCheck in com.atlassian.confluence.impl.health.checks
Classes in com.atlassian.confluence.impl.health.checks that implement HealthCheckModifier and TypeClassDescriptionclassclassAHealthCheckthat checks whether the database collation is supported.classAHealthCheckthat checks whether the database setup is correct.classChecks whether Confluence can connect to the database.classThis fakeHealthCheckallows the operator to simulate a health check failure, for example to test: The Johnson infrastructure (manually or via automation), or The "hide.system.error.details" flag.classChecks that a Confluence home directory has been specified, and either exists or can be created.classAHealthCheckthat checks whether there are enough DB connections in the pool relative to the maximum number of HTTP threads.classAHealthCheckthat checks for a valid confluence license.classThis healthcheck looks at the JDBC URL, and will fail if the URL is a URL which uses the jtds driver.classIf Confluence is using MySQL, this HealthCheck checks whether the JDBC URL contains the deprecated parameter 'storage_engine'.classAHealthCheckthat checks whether there are enough free memory to run Confluence safely. -
Uses of HealthCheck in com.atlassian.confluence.impl.health.checks.rules
Methods in com.atlassian.confluence.impl.health.checks.rules with parameters of type HealthCheckModifier and TypeMethodDescriptionAbstractHealthCheckRule.validate(HealthCheck parent) HealthCheckRule.validate(HealthCheck parent) Checks whether the Health Check rule is satisfied. -
Uses of HealthCheck in com.atlassian.confluence.internal.health
Methods in com.atlassian.confluence.internal.health that return HealthCheckModifier and TypeMethodDescription@NonNull HealthCheckHealthCheckResult.getHealthCheck()Returns the check that gave rise to this result.Methods in com.atlassian.confluence.internal.health that return types with arguments of type HealthCheckModifier and TypeMethodDescription@NonNull Collection<HealthCheck> HealthCheckRegistry.getAll()Returns the health checks in order of execution.@NonNull Collection<HealthCheck> HealthCheck.getPrerequisites()Returns the checks that must have a non-EventLevel.FATALresult before this check can be run.Methods in com.atlassian.confluence.internal.health with parameters of type HealthCheckModifier and TypeMethodDescriptionstatic List<HealthCheckResult> HealthCheckResult.fail(HealthCheck healthCheck, com.atlassian.johnson.event.Event event, @Nullable URI kbUrl, String cause, String logMessage) Create a 'failed' result containing the given parameters.voidHealthCheckRegistry.register(HealthCheck healthCheck) Registers the given health check for later execution.Method parameters in com.atlassian.confluence.internal.health with type arguments of type HealthCheckModifier and TypeMethodDescriptionHealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase) Executes given health checks for the given phase of the Confluence lifecycle.Constructors in com.atlassian.confluence.internal.health with parameters of type HealthCheckModifierConstructorDescriptionHealthCheckResult(HealthCheck healthCheck, com.atlassian.johnson.event.Event event, @Nullable URI kbUrl, String cause, String logMessage)