Uses of Interface
org.qubership.atp.tdm.service.CleanupService
Packages that use CleanupService
Package
Description
-
Uses of CleanupService in org.qubership.atp.tdm.controllers
Constructors in org.qubership.atp.tdm.controllers with parameters of type CleanupService -
Uses of CleanupService in org.qubership.atp.tdm.service.impl
Classes in org.qubership.atp.tdm.service.impl that implement CleanupServiceConstructors in org.qubership.atp.tdm.service.impl with parameters of type CleanupServiceModifierConstructorDescriptionTestDataServiceImpl(CatalogRepository catalogRepository, TestDataTableRepository testDataTableRepository, EnvironmentsService environmentsService, CleanupService cleanupService, StatisticsService statisticsService, DataRefreshService dataRefreshService, ColumnService columnService, ImportInfoRepository importInfoRepository, org.qubership.atp.crypt.api.Decryptor decryptor, TestDataFlagsService testDataFlagsService, ProjectInformationRepository projectInformationRepository, org.qubership.atp.common.lock.LockManager lockManager, SchedulerService schedulerService, Integer defaultQueryTimeout, String removingCron, String historyCleanerCron, TdmMdcHelper helper) Constructor for TestDataService. -
Uses of CleanupService in org.qubership.atp.tdm.websocket.bulkaction.cleanup
Constructors in org.qubership.atp.tdm.websocket.bulkaction.cleanup with parameters of type CleanupServiceModifierConstructorDescriptionBulkDataCleanupHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, CleanupService cleanupService, CleanupConfigRepository cleanupConfigRepository, BulkCleanupMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper helper) Constructor with parameters.