Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.DateStatisticsDto
Packages that use DateStatisticsDto
Package
Description
-
Uses of DateStatisticsDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type DateStatisticsDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DateStatisticsDto> StatisticsControllerApi.getTestDataCreatedWhen(@NotNull @Valid UUID projectId, @NotNull @Valid String dateFrom, @NotNull @Valid String dateTo, @Valid UUID systemId) GET /api/tdm/statistics/data/created/when : Get test data by created when date. -
Uses of DateStatisticsDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return DateStatisticsDtoModifier and TypeMethodDescriptionDateStatisticsDto.addDatesItem(String datesItem) DateStatisticsDto.addItemsItem(DateStatisticsItemDto itemsItem) DateStatisticsDto.items(List<DateStatisticsItemDto> items)