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, setFailedStartupCheck
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFailedStartupCheck, isStartupChecksPassed, setFailedStartupCheck
public BootstrappingStartupState(AtomicReference<JiraStartupState> currentState)
public void onPluginSystemStarted() throws IllegalStateException
JiraStartupState
onPluginSystemStarted
in interface JiraStartupState
IllegalStateException
- if this is not a valid event for this statepublic void onPluginSystemDelayed() throws IllegalStateException
JiraStartupState
onPluginSystemDelayed
in interface JiraStartupState
IllegalStateException
- if this is not a valid event for this statepublic void onPluginSystemStopped()
JiraStartupState
onPluginSystemStopped
in interface JiraStartupState
public void onPluginSystemRestarted()
JiraStartupState
onPluginSystemRestarted
in interface JiraStartupState
public void onJiraStopping()
JiraStartupState
onJiraStopping
in interface JiraStartupState
protected com.google.common.collect.ImmutableList<StartupCheck> getStartupChecks()
StartupStateTemplate
getStartupChecks
in class StartupStateTemplate
Copyright © 2002-2017 Atlassian. All Rights Reserved.