com.atlassian.jira.appconsistency.integrity.check
Class IssueLinkCheck

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.CheckImpl
      extended by com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl
          extended by 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.


Field Summary
 
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
id, ofBizDelegator
 
Constructor Summary
IssueLinkCheck(OfBizDelegator ofBizDelegator, int id)
           
 
Method Summary
 List correct()
           
 String getDescription()
           
 boolean isAvailable()
           
 List preview()
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl
getEntities, getEntityIntegrityCheck, getEntityName, getIntegrityCheck, getUnavailableMessage, setEntityIntegrityCheck, setIntegrityCheck
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
getI18NBean, getId
 
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
 

Constructor Detail

IssueLinkCheck

public IssueLinkCheck(OfBizDelegator ofBizDelegator,
                      int id)
Method Detail

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-2013 Atlassian. All Rights Reserved.