public class

JiraOsgiContainerManagerStarter

extends Object
implements Startable
java.lang.Object
   ↳ com.atlassian.jira.plugin.JiraOsgiContainerManagerStarter

Class Overview

Acts as a starter for JiraOsgiContainerManager so that the original component is not stored in listeners. This is a workaround for memory leak that prevented plugin system from unloading on export.

Summary

Public Constructors
JiraOsgiContainerManagerStarter()
Public Methods
void start()
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.extension.Startable

Public Constructors

public JiraOsgiContainerManagerStarter ()

Public Methods

public void start ()

This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws
Exception