Uses of Interface
org.qubership.atp.tdm.service.TestDataService
Packages that use TestDataService
Package
Description
-
Uses of TestDataService in org.qubership.atp.tdm.configuration
Constructors in org.qubership.atp.tdm.configuration with parameters of type TestDataServiceModifierConstructorDescriptionKafkaEventListenerConfig(TestDataService testDataService, ProjectInformationService projectInformationService, CatalogRepository catalogRepository, TdmMdcHelper helper) Configure listener config. -
Uses of TestDataService in org.qubership.atp.tdm.controllers
Constructors in org.qubership.atp.tdm.controllers with parameters of type TestDataServiceModifierConstructorDescriptionTestDataController(TestDataService testDataService, MetricService metricService) -
Uses of TestDataService in org.qubership.atp.tdm.service.impl
Classes in org.qubership.atp.tdm.service.impl that implement TestDataServiceConstructors in org.qubership.atp.tdm.service.impl with parameters of type TestDataServiceModifierConstructorDescriptionStatisticsServiceImpl(StatisticsRepository statisticsRepository, TestDataMonitoringRepository monitoringRepository, TestDataUsersMonitoringRepository userMonitoringRepository, SchedulerService schedulerService, EnvironmentsService environmentsService, TestDataService testDataService, CatalogRepository catalogRepository, OccupyStatisticRepository occupyStatisticRepository, TestAvailableDataMonitoringRepository availableDataMonitoringRepository, TableColumnValuesRepository tableColumnValuesRepository, Integer threshold) Default constructor. -
Uses of TestDataService in org.qubership.atp.tdm.service.notification.environments
Constructors in org.qubership.atp.tdm.service.notification.environments with parameters of type TestDataServiceModifierConstructorDescriptionEnvironmentsEventKafkaListener(TestDataService testDataService, CatalogRepository catalogRepository, TdmMdcHelper tdmMdcHelper) Environments Event Kafka Listener. -
Uses of TestDataService in org.qubership.atp.tdm.service.notification.projects
Constructors in org.qubership.atp.tdm.service.notification.projects with parameters of type TestDataServiceModifierConstructorDescriptionProjectEventKafkaListener(TestDataService testDataService, ProjectInformationService projectInformationService) -
Uses of TestDataService in org.qubership.atp.tdm.service.notification.systems
Constructors in org.qubership.atp.tdm.service.notification.systems with parameters of type TestDataServiceModifierConstructorDescriptionSystemsEventKafkaListener(TestDataService testDataService, CatalogRepository catalogRepository, TdmMdcHelper tdmMdcHelper) Systems Event Kafka Listener. -
Uses of TestDataService in org.qubership.atp.tdm.websocket.bulkaction.drop
Constructors in org.qubership.atp.tdm.websocket.bulkaction.drop with parameters of type TestDataServiceModifierConstructorDescriptionBulkDataDropHandler(ExecutorService executorService, CatalogRepository catalogRepository, EnvironmentsService environmentsService, TestDataService testDataService, BulkDropMailSender mailSender, CurrentTime currentTime, org.qubership.atp.common.lock.LockManager lockManager, TdmMdcHelper mdcHelper)