com.atlassian.jira.appconsistency.integrity
Interface IntegrityCheckManager

All Known Implementing Classes:
IntegrityCheckManagerImpl

public interface IntegrityCheckManager


Method Summary
 Check getCheck(Long checkId)
           
 IntegrityCheck getIntegrityCheck(Long id)
           
 List getIntegrityChecks()
           
 

Method Detail

getIntegrityChecks

public List getIntegrityChecks()

getCheck

public Check getCheck(Long checkId)

getIntegrityCheck

public IntegrityCheck getIntegrityCheck(Long id)


Copyright © 2002-2006 Atlassian. All Rights Reserved.