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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stop
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
protected com.google.common.collect.ImmutableList<com.atlassian.jira.startup.SystemPluginsEnabledStartupCheck.PluginInfo> calculateDisabledSystemPlugins()
Copyright © 2002-2017 Atlassian. All Rights Reserved.