Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.LabelUsageResponseDto
Packages that use LabelUsageResponseDto
Package
Description
-
Uses of LabelUsageResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type LabelUsageResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<LabelUsageResponseDto>> LabelControllerApi.findUsageCounts(UUID uuid) POST /catalog/api/v1/labels/{uuid}/findUsageCounts : findUsageCounts -
Uses of LabelUsageResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return LabelUsageResponseDtoModifier and TypeMethodDescriptionLabelUsageResponseDto.testCaseUsageCounts(Integer testCaseUsageCounts) LabelUsageResponseDto.testPlanUsageCounts(Integer testPlanUsageCounts)