public class

EntityIntegrityCheckImpl

extends AbstractIntegrityCheck
implements EntityIntegrityCheck
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
     ↳ com.atlassian.jira.appconsistency.integrity.integritycheck.EntityIntegrityCheckImpl

Summary

Public Constructors
EntityIntegrityCheckImpl(int id, String description, String entityName, EntityCheck... checks)
EntityIntegrityCheckImpl(int id, String description, String entityName, List<EntityCheck> checks)
Public Methods
List<? extends Check> getChecks()
String getEntityName()
[Expand]
Inherited Methods
From class com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
From class java.lang.Object
From interface com.atlassian.jira.appconsistency.integrity.integritycheck.EntityIntegrityCheck
From interface com.atlassian.jira.appconsistency.integrity.integritycheck.IntegrityCheck
From interface java.lang.Comparable

Public Constructors

public EntityIntegrityCheckImpl (int id, String description, String entityName, EntityCheck... checks)

public EntityIntegrityCheckImpl (int id, String description, String entityName, List<EntityCheck> checks)

Public Methods

public List<? extends Check> getChecks ()

public String getEntityName ()