com.atlassian.greenhopper.upgrade
Class GhUpgradeTask045

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

public class GhUpgradeTask045
extends AbstractGhUpgradeTask

This upgrade task removes unused custom fields of type RankCFType. The removal is performed only when there are NO Agile boards, and there are NO re-rank entries in change history.


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

Constructor Detail

GhUpgradeTask045

public GhUpgradeTask045()
Method Detail

performUpgrade

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

getBuildNumber

public int getBuildNumber()

getShortDescription

public java.lang.String getShortDescription()


Copyright © 2007-2014 Atlassian. All Rights Reserved.