com.atlassian.jira.appconsistency.integrity.integritycheck
Interface IntegrityCheck

All Known Subinterfaces:
EntityIntegrityCheck
All Known Implementing Classes:
AbstractIntegrityCheck, EntityIntegrityCheckImpl

public interface IntegrityCheck


Method Summary
 java.util.List getChecks()
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 boolean isAvailable()
           
 

Method Detail

getId

public java.lang.Long getId()

getDescription

public java.lang.String getDescription()

getChecks

public java.util.List getChecks()

isAvailable

public boolean isAvailable()


Copyright © 2002-2005 Atlassian. All Rights Reserved.