|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.startup.StartupStateTemplate
com.atlassian.jira.startup.BootstrappingStartupState
public class BootstrappingStartupState
JIRA is stopped or bootstrapping (i.e. starting, but the plugin system has not been started yet).
| Constructor Summary | |
|---|---|
BootstrappingStartupState(AtomicReference<JiraStartupState> currentState)
|
|
| Method Summary | |
|---|---|
protected com.google.common.collect.ImmutableList<StartupCheck> |
getStartupChecks()
Template method that returns an immutable list of startup checks to perform. |
void |
onJiraStopping()
This method is called when JIRA is being stopped. |
void |
onPluginSystemRestarted()
This method is called when the Atlassian Plugins system has been restarted within JIRA. |
void |
onPluginSystemStarted()
This method is called when the Atlassian Plugins system has been started within JIRA. |
void |
onPluginSystemStopped()
This method is called when the Atlassian Plugins system has been stopped within JIRA. |
| Methods inherited from class com.atlassian.jira.startup.StartupStateTemplate |
|---|
getFailedStartupCheck, isStartupChecksPassed, setFailedStartupCheck |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.startup.JiraStartupState |
|---|
getFailedStartupCheck, isStartupChecksPassed, setFailedStartupCheck |
| Constructor Detail |
|---|
public BootstrappingStartupState(AtomicReference<JiraStartupState> currentState)
| Method Detail |
|---|
public void onPluginSystemStarted()
throws IllegalStateException
JiraStartupState
onPluginSystemStarted in interface JiraStartupStateIllegalStateException - if this is not a valid event for this statepublic void onPluginSystemStopped()
JiraStartupState
onPluginSystemStopped in interface JiraStartupStatepublic void onPluginSystemRestarted()
JiraStartupState
onPluginSystemRestarted in interface JiraStartupStatepublic void onJiraStopping()
JiraStartupState
onJiraStopping in interface JiraStartupStateprotected com.google.common.collect.ImmutableList<StartupCheck> getStartupChecks()
StartupStateTemplate
getStartupChecks in class StartupStateTemplate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||