public class

UpgradeTask_Build801

extends AbstractNotificationSchemeUpgradeTask
java.lang.Object
   ↳ com.atlassian.jira.upgrade.AbstractUpgradeTask
     ↳ com.atlassian.jira.upgrade.AbstractImmediateUpgradeTask
       ↳ com.atlassian.jira.upgrade.tasks.AbstractNotificationSchemeUpgradeTask
         ↳ com.atlassian.jira.upgrade.tasks.UpgradeTask_Build801

Class Overview

This upgrade task creates the notification event for the ISSUE_COMMENT_DELETED_ID event.

Summary

Constants
String DESC_STRING
String ID_STRING
String NAME_STRING
String TYPE_STRING
Public Constructors
UpgradeTask_Build801(OfBizDelegator ofBizDelegator, EventTypeManager eventTypeManager, NotificationSchemeManager notificationSchemeManager)
Constructs a new instance with given OfBizDelegator and EventTypeManager.
Public Methods
@Nullable String dependsUpon()
Return the Upgrade task id of another upgrade task that must be run prior to this task.
void doUpgrade(boolean setupMode)
Runs the core task which is to create the new Issue Comment Edited and Issue Comment Deleted event type and update the eventTypeManager with this change
String getBuildNumber()
String getShortDescription()
boolean isDowngradeTaskRequired()
[Expand]
Inherited Methods
From class com.atlassian.jira.upgrade.tasks.AbstractNotificationSchemeUpgradeTask
From class com.atlassian.jira.upgrade.AbstractImmediateUpgradeTask
From class com.atlassian.jira.upgrade.AbstractUpgradeTask
From class java.lang.Object
From interface com.atlassian.jira.upgrade.UpgradeTask

Constants

public static final String DESC_STRING

Constant Value: "description"

public static final String ID_STRING

Constant Value: "id"

public static final String NAME_STRING

Constant Value: "name"

public static final String TYPE_STRING

Constant Value: "type"

Public Constructors

public UpgradeTask_Build801 (OfBizDelegator ofBizDelegator, EventTypeManager eventTypeManager, NotificationSchemeManager notificationSchemeManager)

Constructs a new instance with given OfBizDelegator and EventTypeManager.

Parameters
ofBizDelegator OFBiz delegator
eventTypeManager event type manager

Public Methods

@Nullable public String dependsUpon ()

Return the Upgrade task id of another upgrade task that must be run prior to this task.

public void doUpgrade (boolean setupMode)

Runs the core task which is to create the new Issue Comment Edited and Issue Comment Deleted event type and update the eventTypeManager with this change

Throws
DataAccessException if something goes wrong with database access
GenericEntityException

public String getBuildNumber ()

public String getShortDescription ()

public boolean isDowngradeTaskRequired ()