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

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

public interface IntegrityCheck


Method Summary
 List getChecks()
           
 String getDescription()
           
 Long getId()
           
 boolean isAvailable()
           
 

Method Detail

getId

public Long getId()

getDescription

public String getDescription()

getChecks

public List getChecks()

isAvailable

public boolean isAvailable()


Copyright © 2002-2006 Atlassian. All Rights Reserved.