public abstract class

AbstractIntegrityCheck

extends Object
implements IntegrityCheck
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
Known Direct Subclasses
Known Indirect Subclasses

Summary

Protected Constructors
AbstractIntegrityCheck(int id, String description)
Public Methods
int compareTo(IntegrityCheck ic)
abstract List<? extends Check> getChecks()
String getDescription()
Long getId()
boolean isAvailable()
Determines if AT LEAST ONE check is available
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.appconsistency.integrity.integritycheck.IntegrityCheck
From interface java.lang.Comparable

Protected Constructors

protected AbstractIntegrityCheck (int id, String description)

Public Methods

public int compareTo (IntegrityCheck ic)

public abstract List<? extends Check> getChecks ()

public String getDescription ()

public Long getId ()

public boolean isAvailable ()

Determines if AT LEAST ONE check is available