Uses of Class
com.atlassian.confluence.internal.health.HealthCheckResult
-
-
Uses of HealthCheckResult in com.atlassian.confluence.impl.health
Methods in com.atlassian.confluence.impl.health that return types with arguments of type HealthCheckResult Modifier and Type Method 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) -
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 HealthCheckResult Modifier and Type Method Description protected 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 HealthCheckResult Modifier and Type Method Description List<HealthCheckResult>AbstractHealthCheckRule. validate(HealthCheck parent)List<HealthCheckResult>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 HealthCheckResult Modifier and Type Method Description static 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.Set<HealthCheckResult>HealthCheckExecutor. performHealthChecks(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase)Executes given health checks for the given phase of the Confluence lifecycle.
-