public class

NotificationInstanceKiller

extends Object
java.lang.Object
   ↳ com.atlassian.jira.startup.NotificationInstanceKiller

Class Overview

A temporary class to empty the obsolete NotificaionInstance table with a delay.

Summary

Constants
String NOTIFICATION_INSTANCE_UPGRADE_DATE
Public Constructors
NotificationInstanceKiller()
Public Methods
void deleteAfterDelay()
Will empty the NotificationInstance table after a reasonable delay (eg 4 weeks) from the time this instance upgraded to v5.2 or higher.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String NOTIFICATION_INSTANCE_UPGRADE_DATE

Constant Value: "notification.instance.upgrade.date"

Public Constructors

public NotificationInstanceKiller ()

Public Methods

public void deleteAfterDelay ()

Will empty the NotificationInstance table after a reasonable delay (eg 4 weeks) from the time this instance upgraded to v5.2 or higher.