public class

ApplicationInstallListener

extends Object
java.lang.Object
   ↳ com.atlassian.jira.application.install.ApplicationInstallListener

Class Overview

Connects to plugin system starting event and starts application instalation.

Summary

Public Constructors
ApplicationInstallListener(EventPublisher eventPublisher, ApplicationInstaller installer)
Public Methods
@EventListener void onPluginSystemStarting(PluginFrameworkStartingEvent event)
void register()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ApplicationInstallListener (EventPublisher eventPublisher, ApplicationInstaller installer)

Public Methods

@EventListener public void onPluginSystemStarting (PluginFrameworkStartingEvent event)

public void register ()