com.atlassian.greenhopper.upgrade
Class GhUpgradeTask006

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

public class GhUpgradeTask006
extends java.lang.Object
implements com.atlassian.sal.api.upgrade.PluginUpgradeTask

DISABLED UPGRADE TASK - leave to retain build number Removes the version syncher if registered

Version:
GreenHopper 5.5

Constructor Summary
GhUpgradeTask006()
           
 
Method Summary
 java.util.Collection<com.atlassian.sal.api.message.Message> doUpgrade()
           
 int getBuildNumber()
           
 java.lang.String getPluginKey()
          Goes through all registered listeners and removes the version listener if present.
 java.lang.String getShortDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhUpgradeTask006

public GhUpgradeTask006()
Method Detail

getBuildNumber

public int getBuildNumber()
Specified by:
getBuildNumber in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask

getShortDescription

public java.lang.String getShortDescription()
Specified by:
getShortDescription in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask

doUpgrade

public java.util.Collection<com.atlassian.sal.api.message.Message> doUpgrade()
                                                                      throws java.lang.Exception
Specified by:
doUpgrade in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
Throws:
java.lang.Exception

getPluginKey

public java.lang.String getPluginKey()
Goes through all registered listeners and removes the version listener if present.

Specified by:
getPluginKey in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask


Copyright © 2007-2011 Atlassian. All Rights Reserved.