public class JiraStartupPluginSystemListener extends Object implements JiraPluginSystemListener
JiraStartupChecklist
,
JiraStartupState
Constructor and Description |
---|
JiraStartupPluginSystemListener(com.atlassian.event.api.EventPublisher eventPublisher)
Creates a new JiraStartupPluginSystemListener.
|
Modifier and Type | Method and Description |
---|---|
void |
onPluginSystemDelayed(com.atlassian.plugin.event.events.PluginFrameworkDelayedEvent event) |
void |
onPluginSystemRestarted(com.atlassian.plugin.event.events.PluginFrameworkWarmRestartedEvent event)
Dispatches the "Plugin System Warn Restarting" event to the current JIRA startup state.
|
void |
onPluginSystemShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
Dispatches the "Plugin System Shutdown" event to the current JIRA startup state.
|
void |
onPluginSystemStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
Dispatches the "Plugin System Loaded" event to the current JIRA startup state.
|
public JiraStartupPluginSystemListener(com.atlassian.event.api.EventPublisher eventPublisher)
eventPublisher
- an EventPublisher@EventListener public void onPluginSystemStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
event
- a PluginFrameworkStartedEvent@EventListener public void onPluginSystemShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
event
- a PluginFrameworkShutdownEvent@EventListener public void onPluginSystemRestarted(com.atlassian.plugin.event.events.PluginFrameworkWarmRestartedEvent event)
event
- a PluginFrameworkWarmRestartedEvent@EventListener public void onPluginSystemDelayed(com.atlassian.plugin.event.events.PluginFrameworkDelayedEvent event)
Copyright © 2002-2015 Atlassian. All Rights Reserved.