com.atlassian.jira.appconsistency.integrity.integritycheck
Class IntegrityCheckImpl

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
      extended by com.atlassian.jira.appconsistency.integrity.integritycheck.IntegrityCheckImpl
All Implemented Interfaces:
IntegrityCheck, Comparable<IntegrityCheck>
Direct Known Subclasses:
FieldLayoutIntegrityCheck, FilterSubscriptionIntegrityCheck, SchemePermissionIntegrityCheck, SearchRequestRelationIntegrityCheck, WorkflowStateIntegrityCheck

public class IntegrityCheckImpl
extends AbstractIntegrityCheck


Constructor Summary
IntegrityCheckImpl(int id, String description, Check... checks)
           
 
Method Summary
 List<Check> getChecks()
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
compareTo, getDescription, getId, isAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityCheckImpl

public IntegrityCheckImpl(int id,
                          String description,
                          Check... checks)
Method Detail

getChecks

public List<Check> getChecks()
Specified by:
getChecks in interface IntegrityCheck
Specified by:
getChecks in class AbstractIntegrityCheck


Copyright © 2002-2014 Atlassian. All Rights Reserved.