Modifier and Type | Method and Description |
---|---|
boolean |
FakeHealthCheck.isApplicableFor(LifecyclePhase phase) |
List<HealthCheckResult> |
FakeHealthCheck.perform(LifecyclePhase lifecyclePhase) |
Modifier and Type | Method and Description |
---|---|
protected Set<LifecyclePhase> |
NodeIdHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
SharedHomeHealthCheck.getApplicablePhases() |
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 |
---|---|
protected Set<LifecyclePhase> |
MySQLHealthCheckTemplate.getApplicablePhases() |
protected abstract Set<LifecyclePhase> |
HealthCheckTemplate.getApplicablePhases() |
Modifier and Type | Method and Description |
---|---|
protected io.atlassian.fugue.Pair<Collection<Exception>,Set<HealthCheckResult>> |
DefaultHealthCheckExecutor.applyAndCollectExceptions(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase) |
boolean |
HealthCheckTemplate.isApplicableFor(LifecyclePhase phase) |
boolean |
HealthCheck.isApplicableFor(LifecyclePhase phase)
Checks if current HealthCheck is applicable for given phase
|
List<HealthCheckResult> |
HealthCheckTemplate.perform(LifecyclePhase 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 JIRA lifecycle.
|
Set<HealthCheckResult> |
DefaultHealthCheckExecutor.performHealthChecks(Collection<HealthCheck> healthChecks,
LifecyclePhase lifecyclePhase) |
static void |
HealthChecks.runHealthChecks(LifecyclePhase lifecyclePhase)
Runs the
HealthCheck s in the given LifecyclePhase . |
Modifier and Type | Method and Description |
---|---|
protected Set<LifecyclePhase> |
DbConfigurationAndConnectionCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
FileStoreConfigurationHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
JiraHomeHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
CustomisedConfigurationsHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
MinMemoryHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
FileStoreConnectionHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
TomcatConfigurationHealthCheck.getApplicablePhases() |
Modifier and Type | Method and Description |
---|---|
boolean |
StandaloneLicenseHealthCheck.isApplicableFor(LifecyclePhase phase) |
boolean |
ProhibitedServerLicenseHealthCheck.isApplicableFor(LifecyclePhase phase) |
List<HealthCheckResult> |
StandaloneLicenseHealthCheck.perform(LifecyclePhase phase) |
List<HealthCheckResult> |
ProhibitedServerLicenseHealthCheck.perform(LifecyclePhase phase) |
Modifier and Type | Method and Description |
---|---|
protected Set<LifecyclePhase> |
MSSQLDriverMigrationHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
MySqlJdbcUrlHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
PublicSchemaHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
MinimumUpgradableVersionHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
JdbcDriverHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
DatabaseSecretStoreRetrievalHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
SupportedDatabaseVersionHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
UnsupportedHsqlHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
PostgresSchemaHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
CollationHealthCheck.getApplicablePhases() |
protected Set<LifecyclePhase> |
BuildVersionCheck.getApplicablePhases() |
Modifier and Type | Method and Description |
---|---|
protected Set<LifecyclePhase> |
SystemPluginsEnabledHealthCheck.getApplicablePhases() |
Copyright © 2002-2024 Atlassian. All Rights Reserved.