Uses of Class
org.qubership.atp.tdm.controllers.api.dto.statistics.GeneralStatisticsItemDto
Packages that use GeneralStatisticsItemDto
Package
Description
-
Uses of GeneralStatisticsItemDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type GeneralStatisticsItemDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GeneralStatisticsItemDto>> StatisticsControllerApi.getStatisticsByUsers(@Valid UsersOccupyStatisticRequestDto usersOccupyStatisticRequestDto) POST /api/tdm/statistics/data/occupied/users : Get statistics by users.org.springframework.http.ResponseEntity<List<GeneralStatisticsItemDto>> StatisticsControllerApi.getTestDataAvailability(@NotNull @Valid UUID projectId, @Valid UUID systemId) GET /api/tdm/statistics/data/available : Get test data availability. -
Uses of GeneralStatisticsItemDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return GeneralStatisticsItemDtoModifier and TypeMethodDescriptionGeneralStatisticsItemDto.addDetailsItem(GeneralStatisticsItemDto detailsItem) GeneralStatisticsItemDto.details(List<GeneralStatisticsItemDto> details) GeneralStatisticsItemDto.environment(String environment) Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return types with arguments of type GeneralStatisticsItemDtoModifier and TypeMethodDescription@Valid List<GeneralStatisticsItemDto> GeneralStatisticsItemDto.getDetails()Get detailsMethods in org.qubership.atp.tdm.controllers.api.dto.statistics with parameters of type GeneralStatisticsItemDtoModifier and TypeMethodDescriptionGeneralStatisticsItemDto.addDetailsItem(GeneralStatisticsItemDto detailsItem) Method parameters in org.qubership.atp.tdm.controllers.api.dto.statistics with type arguments of type GeneralStatisticsItemDtoModifier and TypeMethodDescriptionGeneralStatisticsItemDto.details(List<GeneralStatisticsItemDto> details) voidGeneralStatisticsItemDto.setDetails(List<GeneralStatisticsItemDto> details)