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 StartupCheck
public String getName()
StartupCheck
getName
in interface StartupCheck
public String getFaultDescription()
StartupCheck
getFaultDescription
in interface StartupCheck
public String getHTMLFaultDescription()
StartupCheck
getHTMLFaultDescription
in interface StartupCheck
public void stop()
StartupCheck
stop
in interface StartupCheck
protected com.google.common.collect.ImmutableList<com.atlassian.jira.startup.SystemPluginsEnabledStartupCheck.PluginInfo> calculateDisabledSystemPlugins()
Copyright © 2002-2015 Atlassian. All Rights Reserved.