Class AbstractIntegrityCheck
java.lang.Object
com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
- All Implemented Interfaces:
- IntegrityCheck,- Comparable<IntegrityCheck>
- Direct Known Subclasses:
- FieldLayoutIntegrityCheck,- FilterSubscriptionIntegrityCheck,- IssueRelationsIntegrityCheck,- SchemePermissionIntegrityCheck,- SearchRequestRelationIntegrityCheck,- WorkflowStateIntegrityCheck
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(IntegrityCheck integrityCheck) Returns the checks that are part of this integrity check.getId()booleanIf all the checks are available, the integrity check is considered available.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.appconsistency.integrity.integritycheck.IntegrityCheckgetDescription
- 
Constructor Details- 
AbstractIntegrityCheck
 
- 
- 
Method Details- 
getId- Specified by:
- getIdin interface- IntegrityCheck
 
- 
getChecksDescription copied from interface:IntegrityCheckReturns the checks that are part of this integrity check.- Specified by:
- getChecksin interface- IntegrityCheck
 
- 
isAvailablepublic boolean isAvailable()Description copied from interface:IntegrityCheckIf all the checks are available, the integrity check is considered available.- Specified by:
- isAvailablein interface- IntegrityCheck
 
- 
compareTo- Specified by:
- compareToin interface- Comparable<IntegrityCheck>
 
 
-