All Superinterfaces:
Comparable<IntegrityCheck>
All Known Implementing Classes:
AbstractIntegrityCheck, FieldLayoutIntegrityCheck, FilterSubscriptionIntegrityCheck, IssueRelationsIntegrityCheck, SchemePermissionIntegrityCheck, SearchRequestRelationIntegrityCheck, WorkflowStateIntegrityCheck

@Deprecated public interface IntegrityCheck extends Comparable<IntegrityCheck>
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 Type
    Method
    Description
    List<? extends Check>
    Deprecated.
    Returns the checks that are part of this integrity check.
    Deprecated.
     
    Deprecated.
     
    boolean
    Deprecated.
    If all the checks are available, the integrity check is considered available.

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getId

      Long getId()
      Deprecated.
    • getDescription

      String getDescription()
      Deprecated.
    • getChecks

      List<? extends Check> getChecks()
      Deprecated.
      Returns the checks that are part of this integrity check.
    • isAvailable

      boolean isAvailable()
      Deprecated.
      If all the checks are available, the integrity check is considered available.