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

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.integritycheck.AbstractIntegrityCheck
      extended by com.atlassian.jira.appconsistency.integrity.integritycheck.IssueIntegrityCheck
All Implemented Interfaces:
IntegrityCheck, Comparable<IntegrityCheck>

public class IssueIntegrityCheck
extends AbstractIntegrityCheck

unused


Constructor Summary
IssueIntegrityCheck(int id, List checks)
           
 
Method Summary
 List 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

IssueIntegrityCheck

public IssueIntegrityCheck(int id,
                           List checks)
Method Detail

getChecks

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.