Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseComponentsSearchRequestDto
Packages that use TestCaseComponentsSearchRequestDto
Package
Description
-
Uses of TestCaseComponentsSearchRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestCaseComponentsSearchRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<JiraComponentDto>> TestCaseControllerApi.getTestCaseComponents(@Valid TestCaseComponentsSearchRequestDto testCaseComponentsSearchRequestDto) POST /catalog/api/v1/testcases/components/search : search test case components -
Uses of TestCaseComponentsSearchRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseComponentsSearchRequestDtoModifier and TypeMethodDescriptionTestCaseComponentsSearchRequestDto.addTestCaseIdsItem(UUID testCaseIdsItem) TestCaseComponentsSearchRequestDto.testCaseIds(List<UUID> testCaseIds)