Uses of Class
org.qubership.atp.tdm.model.cleanup.TestDataCleanupConfig
Packages that use TestDataCleanupConfig
-
Uses of TestDataCleanupConfig in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return TestDataCleanupConfigMethods in org.qubership.atp.tdm.service with parameters of type TestDataCleanupConfigModifier and TypeMethodDescriptionCleanupService.runCleanup(String tableName, TestDataCleanupConfig config) -
Uses of TestDataCleanupConfig in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return TestDataCleanupConfigModifier and TypeMethodDescriptionCleanupServiceImpl.getCleanupConfig(UUID id) Get cleanup configuration object for specified dataset / table.Methods in org.qubership.atp.tdm.service.impl with parameters of type TestDataCleanupConfigModifier and TypeMethodDescriptionCleanupServiceImpl.runCleanup(String tableName, TestDataCleanupConfig config) Force run data cleanup for specified dataset / table ID.