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 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
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
com.atlassian.jira.extension.Startable
|
void
|
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
|
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.