com.atlassian.greenhopper.upgrade
Class GhUpgradeTask040

java.lang.Object
  extended by com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
      extended by com.atlassian.greenhopper.upgrade.GhUpgradeTask040
All Implemented Interfaces:
com.atlassian.sal.api.upgrade.PluginUpgradeTask

public class GhUpgradeTask040
extends AbstractGhUpgradeTask

Addresses the issue described in GHS-9702 and JRA-33966 JIRA + JIRA Agile have a race condition at start up, if i18n modules are not installed before JIRA Agile starts, field names are i18n keys instead of proper names


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
log
 
Constructor Summary
GhUpgradeTask040()
           
 
Method Summary
 int getBuildNumber()
           
 java.lang.String getShortDescription()
           
protected  void performUpgrade()
           
 
Methods inherited from class com.atlassian.greenhopper.upgrade.AbstractGhUpgradeTask
doUpgrade, getPluginKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhUpgradeTask040

public GhUpgradeTask040()
Method Detail

getBuildNumber

public int getBuildNumber()

getShortDescription

public java.lang.String getShortDescription()

performUpgrade

protected void performUpgrade()
                       throws java.lang.Exception
Specified by:
performUpgrade in class AbstractGhUpgradeTask
Throws:
java.lang.Exception


Copyright © 2007-2013 Atlassian. All Rights Reserved.