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

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

public class FilterSubscriptionIntegrityCheck
extends IntegrityCheckImpl


Constructor Summary
FilterSubscriptionIntegrityCheck(int id, String description, Check... checks)
           
FilterSubscriptionIntegrityCheck(int id, String description, List<Check> checks)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.integritycheck.IntegrityCheckImpl
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

FilterSubscriptionIntegrityCheck

public FilterSubscriptionIntegrityCheck(int id,
                                        String description,
                                        Check... checks)

FilterSubscriptionIntegrityCheck

public FilterSubscriptionIntegrityCheck(int id,
                                        String description,
                                        List<Check> checks)


Copyright © 2002-2012 Atlassian. All Rights Reserved.