com.atlassian.jira.appconsistency.integrity.check
Class IssueLinkCheck
java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl
com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl
com.atlassian.jira.appconsistency.integrity.check.IssueLinkCheck
- All Implemented Interfaces:
- Check, EntityCheck
public class IssueLinkCheck
- extends EntityCheckImpl
Check that all Issue Links are associated with valid issues. ie. That the issue ids specified by the link exist
in the database.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.jira.appconsistency.integrity.check.Check |
getId |
IssueLinkCheck
public IssueLinkCheck(OfBizDelegator ofBizDelegator,
int id)
preview
public List preview()
throws IntegrityException
- Throws:
IntegrityException
correct
public List correct()
throws IntegrityException
- Throws:
IntegrityException
getDescription
public String getDescription()
isAvailable
public boolean isAvailable()
Copyright © 2002-2012 Atlassian. All Rights Reserved.