com.atlassian.jira.appconsistency.integrity.check
Class SimpleTriggerCheck
java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl
com.atlassian.jira.appconsistency.integrity.check.SimpleTriggerCheck
- All Implemented Interfaces:
- Check
public class SimpleTriggerCheck
- extends CheckImpl
Integrity checker to verify that no Quartz SimpleTriggers for subscriptions exist in the
database, that are not attached to any subscriptions.
The checker will scan the 'qrtz_triggers' table for simple triggers with a trigger_group matching
"SEND_SUBSCRIPTION" without a matching subscription entry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTriggerCheck
public SimpleTriggerCheck(OfBizDelegator ofBizDelegator,
int id)
getDescription
public String getDescription()
preview
public List preview()
throws IntegrityException
- Throws:
IntegrityException
correct
public List correct()
throws IntegrityException
- Throws:
IntegrityException
isAvailable
public boolean isAvailable()
getUnavailableMessage
public String getUnavailableMessage()
Copyright © 2002-2011 Atlassian. All Rights Reserved.