com.atlassian.jira.event
Class JiraUpgradedEvent
java.lang.Object
com.atlassian.jira.event.JiraUpgradedEvent
@PublicApi
public class JiraUpgradedEvent
- extends Object
Raised when JIRA finishes the upgrade process. Just before JIRA started event is raised.
This is only raised if the upgrade was successful.
- Since:
- v5.0
Method Summary |
boolean |
isSetupUpgrade()
Whether the upgrade is a setup upgrade. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraUpgradedEvent
public JiraUpgradedEvent(boolean setupUpgrade)
isSetupUpgrade
public boolean isSetupUpgrade()
- Whether the upgrade is a setup upgrade.
- Returns:
true
, if this was a setup upgrade.
Copyright © 2002-2012 Atlassian. All Rights Reserved.