public class

JiraStartupPluginSystemListener

extends Object
implements JiraPluginSystemListener
java.lang.Object
   ↳ com.atlassian.jira.startup.JiraStartupPluginSystemListener

Class Overview

Event listener for internal JIRA events that the JiraStartupChecklist cares about.

Summary

Public Constructors
JiraStartupPluginSystemListener(EventPublisher eventPublisher)
Creates a new JiraStartupPluginSystemListener.
Public Methods
@EventListener void onPluginSystemDelayed(PluginFrameworkDelayedEvent event)
@EventListener void onPluginSystemRestarted(PluginFrameworkWarmRestartedEvent event)
Dispatches the "Plugin System Warn Restarting" event to the current JIRA startup state.
@EventListener void onPluginSystemShutdown(PluginFrameworkShutdownEvent event)
Dispatches the "Plugin System Shutdown" event to the current JIRA startup state.
@EventListener void onPluginSystemStarted(PluginFrameworkStartedEvent event)
Dispatches the "Plugin System Loaded" event to the current JIRA startup state.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JiraStartupPluginSystemListener (EventPublisher eventPublisher)

Creates a new JiraStartupPluginSystemListener.

Parameters
eventPublisher an EventPublisher

Public Methods

@EventListener public void onPluginSystemDelayed (PluginFrameworkDelayedEvent event)

@EventListener public void onPluginSystemRestarted (PluginFrameworkWarmRestartedEvent event)

Dispatches the "Plugin System Warn Restarting" event to the current JIRA startup state.

Parameters
event a PluginFrameworkWarmRestartedEvent

@EventListener public void onPluginSystemShutdown (PluginFrameworkShutdownEvent event)

Dispatches the "Plugin System Shutdown" event to the current JIRA startup state.

Parameters
event a PluginFrameworkShutdownEvent

@EventListener public void onPluginSystemStarted (PluginFrameworkStartedEvent event)

Dispatches the "Plugin System Loaded" event to the current JIRA startup state.

Parameters
event a PluginFrameworkStartedEvent