com.atlassian.jira.upgrade.tasks
Class UpgradeTask_Build205
java.lang.Object
com.atlassian.jira.upgrade.AbstractUpgradeTask
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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeTask_Build205
public UpgradeTask_Build205(OfBizDelegator ofBizDelegator,
EventTypeManager eventTypeManager)
- Constructs a new instance with given
OfBizDelegator
and EventTypeManager
.
- Parameters:
ofBizDelegator
- OFBiz delegatoreventTypeManager
- event type manager
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-2011 Atlassian. All Rights Reserved.