public class PluginUpgradeLauncher extends Object implements JiraLauncher
Constructor and Description |
---|
PluginUpgradeLauncher() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.plugin.event.PluginEventManager |
getPluginEventManager() |
void |
start()
Called during JIRA "startup".
|
void |
stop()
Called when JIRA is shutting down.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isStartupOk
public void start()
JiraLauncher
The logic for ordering all of this will be handled by the DefaultJiraLauncher.
start
in interface JiraLauncher
DefaultJiraLauncher
public void stop()
JiraLauncher
stop
in interface JiraLauncher
DefaultJiraLauncher
public com.atlassian.plugin.event.PluginEventManager getPluginEventManager()
Copyright © 2002-2017 Atlassian. All Rights Reserved.