com.atlassian.jira.event
Class JiraUpgradedEvent

java.lang.Object
  extended by 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

Constructor Summary
JiraUpgradedEvent(boolean setupUpgrade)
           
 
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
 

Constructor Detail

JiraUpgradedEvent

public JiraUpgradedEvent(boolean setupUpgrade)
Method Detail

isSetupUpgrade

public boolean isSetupUpgrade()
Whether the upgrade is a setup upgrade.

Returns:
true, if this was a setup upgrade.


Copyright © 2002-2014 Atlassian. All Rights Reserved.