Uses of Interface
org.qubership.atp.tdm.model.cleanup.cleaner.TestDataCleaner
Packages that use TestDataCleaner
Package
Description
-
Uses of TestDataCleaner in org.qubership.atp.tdm.model.cleanup.cleaner.impl
Classes in org.qubership.atp.tdm.model.cleanup.cleaner.impl that implement TestDataCleaner -
Uses of TestDataCleaner in org.qubership.atp.tdm.service.impl
Constructor parameters in org.qubership.atp.tdm.service.impl with type arguments of type TestDataCleanerModifierConstructorDescriptionCleanupServiceImpl(EnvironmentsService environmentsService, SchedulerService schedulerService, CleanupConfigRepository repository, TestDataTableRepository testDataTableRepository, CatalogRepository catalogRepository, SqlRepository sqlRepository, DataSource dataSource, ImportInfoRepository importInfoRepository, MetricService metricService, TdmMdcHelper helper, List<TestDataCleaner> implementations) Default constructor.