public class BootstrappingStartupState extends StartupStateTemplate implements JiraStartupState
| Constructor and Description |
|---|
BootstrappingStartupState(AtomicReference<JiraStartupState> currentState) |
| Modifier and Type | Method and Description |
|---|---|
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 |
onPluginSystemDelayed()
This method is called when the Atlassian Plugins system has completed earlyStartup within JIRA.
|
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.
|
getFailedStartupCheck, isStartupChecksPassed, setFailedStartupCheckclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFailedStartupCheck, isStartupChecksPassed, setFailedStartupCheckpublic BootstrappingStartupState(AtomicReference<JiraStartupState> currentState)
public void onPluginSystemStarted()
throws IllegalStateException
JiraStartupStateonPluginSystemStarted in interface JiraStartupStateIllegalStateException - if this is not a valid event for this statepublic void onPluginSystemDelayed()
throws IllegalStateException
JiraStartupStateonPluginSystemDelayed in interface JiraStartupStateIllegalStateException - if this is not a valid event for this statepublic void onPluginSystemStopped()
JiraStartupStateonPluginSystemStopped in interface JiraStartupStatepublic void onPluginSystemRestarted()
JiraStartupStateonPluginSystemRestarted in interface JiraStartupStatepublic void onJiraStopping()
JiraStartupStateonJiraStopping in interface JiraStartupStateprotected com.google.common.collect.ImmutableList<StartupCheck> getStartupChecks()
StartupStateTemplategetStartupChecks in class StartupStateTemplateCopyright © 2002-2015 Atlassian. All Rights Reserved.