|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.startup.SystemPluginsEnabledStartupCheck
public class SystemPluginsEnabledStartupCheck
Checks that all system plugins have been enabled.
| Constructor Summary | |
|---|---|
SystemPluginsEnabledStartupCheck()
Creates a new SystemPluginsEnabledStartupCheck. |
|
| Method Summary | |
|---|---|
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 tenant / instance is coming down |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemPluginsEnabledStartupCheck()
| Method Detail |
|---|
public boolean isOk()
isOk in interface StartupCheckpublic String getName()
StartupCheck
getName in interface StartupCheckpublic String getFaultDescription()
StartupCheck
getFaultDescription in interface StartupCheckpublic String getHTMLFaultDescription()
StartupCheck
getHTMLFaultDescription in interface StartupCheckpublic void stop()
StartupCheck
stop in interface StartupCheckprotected com.google.common.collect.ImmutableList<com.atlassian.jira.startup.SystemPluginsEnabledStartupCheck.PluginInfo> calculateDisabledSystemPlugins()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||