Interface IntegrityCheck
- All Superinterfaces:
Comparable<IntegrityCheck>
- All Known Implementing Classes:
AbstractIntegrityCheck,FieldLayoutIntegrityCheck,FilterSubscriptionIntegrityCheck,IssueRelationsIntegrityCheck,SchemePermissionIntegrityCheck,SearchRequestRelationIntegrityCheck,WorkflowStateIntegrityCheck
Deprecated.
since 9.12.24 / 10.7.0, scheduled for removal in 11.0.0
All integrity checks have been moved to jira-gardening-plugin (Instance Optimizer for Jira) which is also bundled.
Any changes required for the integrity checker, and any new checks should be added to the jira-gardening-plugin.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the checks that are part of this integrity check.Deprecated.getId()Deprecated.booleanDeprecated.If all the checks are available, the integrity check is considered available.Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details