Uses of Enum Class
com.atlassian.confluence.internal.health.LifecyclePhase
Packages that use LifecyclePhase
Package
Description
-
Uses of LifecyclePhase in com.atlassian.confluence.impl.health
Methods in com.atlassian.confluence.impl.health that return types with arguments of type LifecyclePhaseModifier and TypeMethodDescriptionprotected abstract Set<LifecyclePhase> HealthCheckTemplate.getApplicablePhases()Subclasses should indicate the phases in which this check should run.Methods in com.atlassian.confluence.impl.health with parameters of type LifecyclePhaseModifier and TypeMethodDescriptionfinal booleanHealthCheckTemplate.isApplicableFor(LifecyclePhase phase) final List<HealthCheckResult> HealthCheckTemplate.perform(LifecyclePhase phase) DefaultHealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks, LifecyclePhase lifecyclePhase) voidDefaultHealthCheckRunner.runHealthChecks(LifecyclePhase lifecyclePhase) voidHealthCheckRunner.runHealthChecks(LifecyclePhase lifecyclePhase) Runs theHealthChecks in the givenLifecyclePhase.voidStubHealthCheckRunner.runHealthChecks(LifecyclePhase lifecyclePhase) -
Uses of LifecyclePhase in com.atlassian.confluence.impl.health.checks
Methods in com.atlassian.confluence.impl.health.checks that return types with arguments of type LifecyclePhaseModifier and TypeMethodDescriptionprotected Set<LifecyclePhase> AttachmentDataFileStoreCheck.getApplicablePhases()protected Set<LifecyclePhase> DatabaseCollationHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> DatabaseSetupHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> DbConnectionHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> HomeHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> HttpThreadsVsDbConnectionsHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> LicenseValidationHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> MSSQLDriverMigrationHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> MySqlJdbcUrlHealthCheck.getApplicablePhases()protected Set<LifecyclePhase> OperatingSystemFreeMemoryHealthCheck.getApplicablePhases()Methods in com.atlassian.confluence.impl.health.checks with parameters of type LifecyclePhaseModifier and TypeMethodDescriptioncom.atlassian.johnson.event.EventTypeFakeHealthCheck.getAppropriateErrorTypeForPhase(LifecyclePhase phase) booleanFakeHealthCheck.isApplicableFor(LifecyclePhase phase) @NonNull List<HealthCheckResult> FakeHealthCheck.perform(LifecyclePhase lifecyclePhase) -
Uses of LifecyclePhase in com.atlassian.confluence.internal.health
Methods in com.atlassian.confluence.internal.health that return LifecyclePhaseModifier and TypeMethodDescriptionstatic LifecyclePhaseReturns the enum constant of this class with the specified name.static LifecyclePhase[]LifecyclePhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.internal.health with parameters of type LifecyclePhaseModifier and TypeMethodDescriptionbooleanHealthCheck.isApplicableFor(LifecyclePhase phase) Checks if current HealthCheck is applicable for given phase@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.