public class SystemPluginsEnabledHealthCheck extends HealthCheckTemplate
Modifier and Type | Field and Description |
---|---|
static URL |
KB_URL |
BLOCKING_START, CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION, TEMPLATE_CONTEXT
Constructor and Description |
---|
SystemPluginsEnabledHealthCheck(HealthCheck... prerequisites) |
Modifier and Type | Method and Description |
---|---|
protected List<HealthCheckResult> |
doPerform() |
protected Set<LifecyclePhase> |
getApplicablePhases() |
protected com.atlassian.johnson.event.EventLevel |
getFatalEventLevel() |
protected com.atlassian.plugin.PluginAccessor |
getPluginAccessor() |
protected com.atlassian.plugin.metadata.PluginMetadataManager |
getPluginMetadataManager()
These methods only really exist for testing purposes (so the globals they contain are encapsulated and overridable
|
boolean |
isOk()
Returns true if all system plugins were enabled at the time that this check was first performed.
|
isApplicableFor, perform
getPrerequisites
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
public static final URL KB_URL
public SystemPluginsEnabledHealthCheck(HealthCheck... prerequisites)
protected Set<LifecyclePhase> getApplicablePhases()
getApplicablePhases
in class HealthCheckTemplate
protected List<HealthCheckResult> doPerform()
doPerform
in class HealthCheckTemplate
public boolean isOk()
protected com.atlassian.plugin.metadata.PluginMetadataManager getPluginMetadataManager()
protected com.atlassian.plugin.PluginAccessor getPluginAccessor()
protected com.atlassian.johnson.event.EventLevel getFatalEventLevel()
Copyright © 2002-2024 Atlassian. All Rights Reserved.