Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.TestDataTableMonitoringDto
Packages that use TestDataTableMonitoringDto
Package
Description
-
Uses of TestDataTableMonitoringDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type TestDataTableMonitoringDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestDataTableMonitoringDto> StatisticsControllerApi.getMonitoringSchedule(@NotNull @Valid UUID projectId) GET /api/tdm/statistics/schedule : Get statistics monitoring schedule.Methods in org.qubership.atp.tdm.controllers.api with parameters of type TestDataTableMonitoringDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> StatisticsControllerApi.deleteScheduledRun(@Valid TestDataTableMonitoringDto testDataTableMonitoringDto) PUT /api/tdm/statistics/delete/schedule : Delete schedule for statistics monitoring.org.springframework.http.ResponseEntity<Void> StatisticsControllerApi.setupScheduledRun(@Valid TestDataTableMonitoringDto testDataTableMonitoringDto) POST /api/tdm/statistics/schedule : Setup next run in schedule for statistics monitoring. -
Uses of TestDataTableMonitoringDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return TestDataTableMonitoringDtoModifier and TypeMethodDescriptionTestDataTableMonitoringDto.cronExpression(String cronExpression) TestDataTableMonitoringDto.recipients(String recipients)