public class SystemPluginsEnabledStartupCheck extends Object implements StartupCheck
| Constructor and Description |
|---|
SystemPluginsEnabledStartupCheck()
Creates a new SystemPluginsEnabledStartupCheck.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableList<com.atlassian.jira.startup.SystemPluginsEnabledStartupCheck.PluginInfo> |
calculateDisabledSystemPlugins()
Returns a list containing the system (i.e.
|
String |
getFaultDescription()
Implement this method to return the description of the fault.
|
String |
getHTMLFaultDescription()
Implement this method to return the error message of the fault.
|
String |
getName()
Implement this method to return the name of this check
|
boolean |
isOk()
Returns true if all system plugins were enabled at the time that this check was first performed.
|
void |
stop()
Called when the instance is coming down
|
public SystemPluginsEnabledStartupCheck()
public boolean isOk()
isOk in interface StartupCheckpublic String getName()
StartupCheckgetName in interface StartupCheckpublic String getFaultDescription()
StartupCheckgetFaultDescription in interface StartupCheckpublic String getHTMLFaultDescription()
StartupCheckgetHTMLFaultDescription in interface StartupCheckpublic void stop()
StartupCheckstop in interface StartupCheckprotected com.google.common.collect.ImmutableList<com.atlassian.jira.startup.SystemPluginsEnabledStartupCheck.PluginInfo> calculateDisabledSystemPlugins()
Copyright © 2002-2015 Atlassian. All Rights Reserved.