Uses of Interface
org.qubership.atp.tdm.service.StatisticsService
Packages that use StatisticsService
-
Uses of StatisticsService in org.qubership.atp.tdm.controllers
Constructors in org.qubership.atp.tdm.controllers with parameters of type StatisticsService -
Uses of StatisticsService in org.qubership.atp.tdm.service.impl
Classes in org.qubership.atp.tdm.service.impl that implement StatisticsServiceConstructors in org.qubership.atp.tdm.service.impl with parameters of type StatisticsServiceModifierConstructorDescriptionTestDataServiceImpl(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.