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

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.WorkflowStateIntegrityCheck
All Implemented Interfaces:
IntegrityCheck, java.lang.Comparable<IntegrityCheck>

public class WorkflowStateIntegrityCheck
extends IntegrityCheckImpl


Constructor Summary
WorkflowStateIntegrityCheck(int id, java.lang.String description, 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

WorkflowStateIntegrityCheck

public WorkflowStateIntegrityCheck(int id,
                                   java.lang.String description,
                                   Check... checks)


Copyright © 2002-2011 Atlassian. All Rights Reserved.