public class

IntegrityCheckManagerImpl

extends Object
implements IntegrityCheckManager
java.lang.Object
   ↳ com.atlassian.jira.appconsistency.integrity.IntegrityCheckManagerImpl

Summary

Public Constructors
IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator, I18nHelper.BeanFactory i18nFactory, ApplicationProperties applicationProperties, SchedulerService schedulerService)
Public Methods
Check getCheck(Long checkId)
IntegrityCheck getIntegrityCheck(Long id)
List<IntegrityCheck> getIntegrityChecks()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.appconsistency.integrity.IntegrityCheckManager

Public Constructors

public IntegrityCheckManagerImpl (OfBizDelegator ofbizDelegator, I18nHelper.BeanFactory i18nFactory, ApplicationProperties applicationProperties, SchedulerService schedulerService)

Public Methods

public Check getCheck (Long checkId)

public IntegrityCheck getIntegrityCheck (Long id)

public List<IntegrityCheck> getIntegrityChecks ()