com.atlassian.jira.upgrade.tasks
Class UpgradeTask_Build205

java.lang.Object
  extended by com.atlassian.jira.upgrade.AbstractUpgradeTask
      extended by com.atlassian.jira.upgrade.tasks.UpgradeTask_Build205
All Implemented Interfaces:
UpgradeTask

public class UpgradeTask_Build205
extends AbstractUpgradeTask

This upgrade task creates the notification event for the EventType.ISSUE_COMMENT_EDITED_ID event.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.upgrade.UpgradeTask
UpgradeTask.Status
 
Constructor Summary
UpgradeTask_Build205(OfBizDelegator ofBizDelegator, EventTypeManager eventTypeManager)
          Constructs a new instance with given OfBizDelegator and EventTypeManager.
 
Method Summary
 void doUpgrade(boolean setupMode)
          Runs the core task which is to create the new Issue Comment Edited event type and update the eventTypeManager with this change
 String getBuildNumber()
          Returns 205 as string
 String getShortDescription()
          Returns a short description of this upgrade task
 
Methods inherited from class com.atlassian.jira.upgrade.AbstractUpgradeTask
addError, addErrors, addErrors, convertToSchemaTableName, getApplicationProperties, getDatabaseConnection, getDelegator, getErrors, getI18nBean, getOfBizDelegator, isReindexRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeTask_Build205

public UpgradeTask_Build205(OfBizDelegator ofBizDelegator,
                            EventTypeManager eventTypeManager)
Constructs a new instance with given OfBizDelegator and EventTypeManager.

Parameters:
ofBizDelegator - OFBiz delegator
eventTypeManager - event type manager
Method Detail

getBuildNumber

public String getBuildNumber()
Returns 205 as string

Specified by:
getBuildNumber in interface UpgradeTask
Specified by:
getBuildNumber in class AbstractUpgradeTask
Returns:
205 as string

getShortDescription

public String getShortDescription()
Returns a short description of this upgrade task

Specified by:
getShortDescription in interface UpgradeTask
Overrides:
getShortDescription in class AbstractUpgradeTask
Returns:
a short description string

doUpgrade

public void doUpgrade(boolean setupMode)
               throws DataAccessException
Runs the core task which is to create the new Issue Comment Edited event type and update the eventTypeManager with this change

Specified by:
doUpgrade in interface UpgradeTask
Specified by:
doUpgrade in class AbstractUpgradeTask
Parameters:
setupMode -
Throws:
DataAccessException - if something goes wrong with database access


Copyright © 2002-2012 Atlassian. All Rights Reserved.