com.atlassian.jira.appconsistency.integrity.integritycheck
Interface IntegrityCheck

All Superinterfaces:
Comparable<IntegrityCheck>
All Known Subinterfaces:
EntityIntegrityCheck
All Known Implementing Classes:
AbstractIntegrityCheck, EntityIntegrityCheckImpl, FieldLayoutIntegrityCheck, FilterSubscriptionIntegrityCheck, IntegrityCheckImpl, IssueIntegrityCheck, SchemePermissionIntegrityCheck, SearchRequestRelationIntegrityCheck, WorkflowStateIntegrityCheck

public interface IntegrityCheck
extends Comparable<IntegrityCheck>


Method Summary
 List<? extends Check> getChecks()
           
 String getDescription()
           
 Long getId()
           
 boolean isAvailable()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getId

Long getId()

getDescription

String getDescription()

getChecks

List<? extends Check> getChecks()

isAvailable

boolean isAvailable()


Copyright © 2002-2014 Atlassian. All Rights Reserved.