public abstract class

AbstractNotificationSchemeUpgradeTask

extends AbstractUpgradeTask
java.lang.Object
   ↳ com.atlassian.jira.upgrade.AbstractUpgradeTask
     ↳ com.atlassian.jira.upgrade.tasks.AbstractNotificationSchemeUpgradeTask
Known Direct Subclasses

Class Overview

This upgrade task adds new scheme entities to the eventIdDestination of all notification schemes in JIRA. It uses the eventIdSource scheme entities as a template for what to create. For example UpgradeTask_Build207 uses this to grant the Comment Edited notification event to all entities who currently have the Issue Commented event.

Summary

Public Constructors
AbstractNotificationSchemeUpgradeTask(NotificationSchemeManager notificationSchemeManager)
Public Methods
void doUpgrade(Long eventIdSource, Long eventIdDestination)
[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 AbstractNotificationSchemeUpgradeTask (NotificationSchemeManager notificationSchemeManager)

Public Methods

public void doUpgrade (Long eventIdSource, Long eventIdDestination)

Throws
GenericEntityException