Uses of Class
org.qubership.atp.tdm.controllers.api.dto.cleanup.TestDataCleanupConfigDto
Packages that use TestDataCleanupConfigDto
Package
Description
-
Uses of TestDataCleanupConfigDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type TestDataCleanupConfigDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestDataCleanupConfigDto> DataCleanupControllerApi.getCleanupConfig(UUID id) GET /api/tdm/cleanup/config/{id} : Get cleanup configuration for specified dataset / table ID.org.springframework.http.ResponseEntity<TestDataCleanupConfigDto> DataCleanupControllerApi.saveCleanupConfig(@NotNull @Valid String tableName, @Valid TestDataCleanupConfigDto testDataCleanupConfigDto) POST /api/tdm/cleanup/config : Save / update data cleanup settings.Methods in org.qubership.atp.tdm.controllers.api with parameters of type TestDataCleanupConfigDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CleanupResultsDto> DataCleanupControllerApi.runDataCleanup(@NotNull @Valid String tableName, @Valid TestDataCleanupConfigDto testDataCleanupConfigDto) POST /api/tdm/cleanup/run : Force run data cleanup.org.springframework.http.ResponseEntity<TestDataCleanupConfigDto> DataCleanupControllerApi.saveCleanupConfig(@NotNull @Valid String tableName, @Valid TestDataCleanupConfigDto testDataCleanupConfigDto) POST /api/tdm/cleanup/config : Save / update data cleanup settings. -
Uses of TestDataCleanupConfigDto in org.qubership.atp.tdm.controllers.api.dto.cleanup
Methods in org.qubership.atp.tdm.controllers.api.dto.cleanup that return TestDataCleanupConfigDtoModifier and TypeMethodDescriptionTestDataCleanupConfigDto.searchClass(String searchClass) TestDataCleanupConfigDto.searchDate(String searchDate) TestDataCleanupConfigDto.type(CleanupTypeDto type)