com.atlassian.jira.upgrade.tasks
Class UpgradeTask_Build257
java.lang.Object
com.atlassian.jira.upgrade.AbstractUpgradeTask
com.atlassian.jira.upgrade.tasks.UpgradeTask_Build257
- All Implemented Interfaces:
- UpgradeTask
public class UpgradeTask_Build257
- extends AbstractUpgradeTask
This upgrade task creates the notification event for the
EventType.ISSUE_WORKLOG_UPDATED_ID
and
EventType.ISSUE_WORKLOG_DELETED_ID
events.
Method Summary |
void |
doUpgrade(boolean setupMode)
Runs the core task which is to create the new Issue Worklog Edited and Issue Worklog Deleted event type and
update the eventTypeManager with this change |
String |
getBuildNumber()
|
String |
getShortDescription()
A short (<50 chars) description of the upgrade action |
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 |
UpgradeTask_Build257
public UpgradeTask_Build257(OfBizDelegator ofBizDelegator,
EventTypeManager eventTypeManager)
- Constructs a new instance with given
OfBizDelegator
and EventTypeManager
.
- Parameters:
ofBizDelegator
- OFBiz delegatoreventTypeManager
- event type manager
getShortDescription
public String getShortDescription()
- Description copied from interface:
UpgradeTask
- A short (<50 chars) description of the upgrade action
- Specified by:
getShortDescription
in interface UpgradeTask
- Overrides:
getShortDescription
in class AbstractUpgradeTask
getBuildNumber
public String getBuildNumber()
- Specified by:
getBuildNumber
in interface UpgradeTask
- Specified by:
getBuildNumber
in class AbstractUpgradeTask
- Returns:
- The build number that this upgrade is applicable to
doUpgrade
public void doUpgrade(boolean setupMode)
throws DataAccessException
- Runs the core task which is to create the new Issue Worklog Edited and Issue Worklog Deleted 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.