public class IntegrityCheckManagerImpl extends Object implements IntegrityCheckManager
| Constructor and Description |
|---|
IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator,
I18nHelper.BeanFactory i18nFactory,
ApplicationProperties applicationProperties,
com.atlassian.scheduler.SchedulerService schedulerService) |
| Modifier and Type | Method and Description |
|---|---|
Check |
getCheck(Long checkId) |
IntegrityCheck |
getIntegrityCheck(Long id) |
List<IntegrityCheck> |
getIntegrityChecks() |
public IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator, I18nHelper.BeanFactory i18nFactory, ApplicationProperties applicationProperties, com.atlassian.scheduler.SchedulerService schedulerService)
public List<IntegrityCheck> getIntegrityChecks()
getIntegrityChecks in interface IntegrityCheckManagerpublic Check getCheck(Long checkId)
getCheck in interface IntegrityCheckManagerpublic IntegrityCheck getIntegrityCheck(Long id)
getIntegrityCheck in interface IntegrityCheckManagerCopyright © 2002-2023 Atlassian. All Rights Reserved.