Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.ConsumedStatisticsDto
Packages that use ConsumedStatisticsDto
Package
Description
-
Uses of ConsumedStatisticsDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type ConsumedStatisticsDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ConsumedStatisticsDto> StatisticsControllerApi.getTestDataConsumption(@NotNull @Valid UUID projectId, @NotNull @Valid String dateFrom, @NotNull @Valid String dateTo, @Valid UUID systemId) GET /api/tdm/statistics/data/occupied : Get test data consumption. -
Uses of ConsumedStatisticsDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return ConsumedStatisticsDtoModifier and TypeMethodDescriptionConsumedStatisticsDto.addDatesItem(String datesItem) ConsumedStatisticsDto.addItemsItem(ConsumedStatisticsItemDto itemsItem) ConsumedStatisticsDto.items(List<ConsumedStatisticsItemDto> items)