public class

UpgradeTask_Build257

extends AbstractUpgradeTask
java.lang.Object
   ↳ com.atlassian.jira.upgrade.AbstractUpgradeTask
     ↳ com.atlassian.jira.upgrade.tasks.UpgradeTask_Build257

Class Overview

This upgrade task creates the notification event for the ISSUE_WORKLOG_UPDATED_ID and ISSUE_WORKLOG_DELETED_ID events.

Summary

Public Constructors
UpgradeTask_Build257(OfBizDelegator ofBizDelegator, EventTypeManager eventTypeManager)
Constructs a new instance with given OfBizDelegator and EventTypeManager.
Public Methods
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
[Expand]
Inherited Methods
From class com.atlassian.jira.upgrade.AbstractUpgradeTask
From class java.lang.Object
From interface com.atlassian.jira.upgrade.UpgradeTask

Public Constructors

public UpgradeTask_Build257 (OfBizDelegator ofBizDelegator, EventTypeManager eventTypeManager)

Constructs a new instance with given OfBizDelegator and EventTypeManager.

Parameters
ofBizDelegator OFBiz delegator
eventTypeManager event type manager

Public Methods

public 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

Parameters
setupMode Indicating this upgrade task is running during set up.
Throws
DataAccessException if something goes wrong with database access

public String getBuildNumber ()

public String getShortDescription ()

A short (<50 chars) description of the upgrade action