public class

UpgradeTask_Build6317

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

Class Overview

Upgrade the Filter Subscription schedule.

Historical note: This upgrade task was originally numbered 6303, but it used the wrong ID column when resolving the Quartz triggers, leading to incorrect results. The fixed upgrade task was remapped first to 6307 in the 6.3-OD-1 release and 6317 for development systems. Although the upgrade task is idempotent, it is based on the old quartz tables, which will not be updated once the data has migrated to the new ones. Therefore, we should not do anything as 6317 if the Quartz data has already been fixed in build 6307.

Summary

Public Constructors
UpgradeTask_Build6317(OfBizDelegator delegator, SchedulerService schedulerService)
Public Methods
void doUpgrade(boolean setupMode)
Perform the upgrade.
String getBuildNumber()
String getShortDescription()
[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_Build6317 (OfBizDelegator delegator, SchedulerService schedulerService)

Public Methods

public void doUpgrade (boolean setupMode)

Perform the upgrade.

Parameters
setupMode Indicating this upgrade task is running during set up.
Throws
Exception

public String getBuildNumber ()

public String getShortDescription ()