Uses of Interface
com.atlassian.jira.appconsistency.integrity.check.EntityCheck

Packages that use EntityCheck
com.atlassian.jira.appconsistency.integrity.check   
com.atlassian.jira.appconsistency.integrity.integritycheck   
 

Uses of EntityCheck in com.atlassian.jira.appconsistency.integrity.check
 

Classes in com.atlassian.jira.appconsistency.integrity.check that implement EntityCheck
 class AbstractEntityRelation
           
 class EntityCheckImpl
           
 class IssueLinkCheck
          Check that all Issue Links are associated with valid issues.
 class PrimaryEntityRelationCreate
           
 class PrimaryEntityRelationDelete
           
 

Uses of EntityCheck in com.atlassian.jira.appconsistency.integrity.integritycheck
 

Constructors in com.atlassian.jira.appconsistency.integrity.integritycheck with parameters of type EntityCheck
EntityIntegrityCheckImpl(int id, String description, String entityName, EntityCheck... checks)
           
 

Constructor parameters in com.atlassian.jira.appconsistency.integrity.integritycheck with type arguments of type EntityCheck
EntityIntegrityCheckImpl(int id, String description, String entityName, List<EntityCheck> checks)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.