public class

IssueLinkCheck

extends EntityCheckImpl<T extends Amendment>
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.integrity.check.CheckImpl<T extends com.atlassian.jira.appconsistency.integrity.amendment.Amendment>
     ↳ com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl<T extends com.atlassian.jira.appconsistency.integrity.amendment.Amendment>
       ↳ com.atlassian.jira.appconsistency.integrity.check.IssueLinkCheck

Class Overview

Check that all Issue Links are associated with valid issues. ie. That the issue ids specified by the link exist in the database.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
Public Constructors
IssueLinkCheck(OfBizDelegator ofBizDelegator, int id)
Public Methods
List correct()
String getDescription()
boolean isAvailable()
List preview()
[Expand]
Inherited Methods
From class com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl
From class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
From class java.lang.Object
From interface com.atlassian.jira.appconsistency.integrity.check.Check
From interface com.atlassian.jira.appconsistency.integrity.check.EntityCheck

Public Constructors

public IssueLinkCheck (OfBizDelegator ofBizDelegator, int id)

Public Methods

public List correct ()

public String getDescription ()

public boolean isAvailable ()

public List preview ()