Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CompareTestPlansResponseDto
Packages that use CompareTestPlansResponseDto
Package
Description
-
Uses of CompareTestPlansResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type CompareTestPlansResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CompareTestPlansResponseDto> TestPlanControllerApi.compareTestPlans(@Valid CompareTestPlansRequestDto compareTestPlansRequestDto) POST /catalog/api/v1/testplans/compare : compareTestPlans -
Uses of CompareTestPlansResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CompareTestPlansResponseDtoModifier and TypeMethodDescriptionCompareTestPlansResponseDto.addTestCasesItem(TestCaseCompareDto testCasesItem) CompareTestPlansResponseDto.leftTestPlanId(UUID leftTestPlanId) CompareTestPlansResponseDto.leftTestPlanName(String leftTestPlanName) CompareTestPlansResponseDto.rightTestPlanId(UUID rightTestPlanId) CompareTestPlansResponseDto.rightTestPlanName(String rightTestPlanName) CompareTestPlansResponseDto.testCases(List<TestCaseCompareDto> testCases) CompareTestPlansResponseDto.total(BigDecimal total)