com.atlassian.greenhopper.upgrade
Class GhUpgradeTask027

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

public class GhUpgradeTask027
extends AbstractGhUpgradeTask

Sets epic status custom field value based on the current status of the epic

Since:
v6.1

Field Summary
protected static java.lang.String ENTITY_CUSTOMFIELD_ID
           
protected static java.lang.String ENTITY_ISSUE_ID
           
static java.lang.String FIELD_TYPE_STRING
           
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
GhUpgradeTask027()
           
 
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 com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn, setInfoLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY_ISSUE_ID

protected static final java.lang.String ENTITY_ISSUE_ID
See Also:
Constant Field Values

ENTITY_CUSTOMFIELD_ID

protected static final java.lang.String ENTITY_CUSTOMFIELD_ID
See Also:
Constant Field Values

FIELD_TYPE_STRING

public static final java.lang.String FIELD_TYPE_STRING
See Also:
Constant Field Values
Constructor Detail

GhUpgradeTask027

public GhUpgradeTask027()
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.