public abstract class AbstractIntegrityCheck extends Object implements IntegrityCheck
Modifier | Constructor and Description |
---|---|
protected |
AbstractIntegrityCheck(int id,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IntegrityCheck ic) |
abstract List<? extends Check> |
getChecks() |
String |
getDescription() |
Long |
getId() |
boolean |
isAvailable()
Determines if AT LEAST ONE check is available
|
protected AbstractIntegrityCheck(int id, String description)
public Long getId()
getId
in interface IntegrityCheck
public String getDescription()
getDescription
in interface IntegrityCheck
public int compareTo(IntegrityCheck ic)
compareTo
in interface Comparable<IntegrityCheck>
public boolean isAvailable()
isAvailable
in interface IntegrityCheck
public abstract List<? extends Check> getChecks()
getChecks
in interface IntegrityCheck
Copyright © 2002-2019 Atlassian. All Rights Reserved.