Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseComponentsSetRequestDto
Packages that use TestCaseComponentsSetRequestDto
Package
Description
-
Uses of TestCaseComponentsSetRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestCaseComponentsSetRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> TestCaseControllerApi.setTestCaseComponents(@Valid TestCaseComponentsSetRequestDto testCaseComponentsSetRequestDto) POST /catalog/api/v1/testcases/components/set : set test case components -
Uses of TestCaseComponentsSetRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseComponentsSetRequestDtoModifier and TypeMethodDescriptionTestCaseComponentsSetRequestDto.addComponentsItem(JiraComponentDto componentsItem) TestCaseComponentsSetRequestDto.addTestCaseIdsItem(UUID testCaseIdsItem) TestCaseComponentsSetRequestDto.components(List<JiraComponentDto> components) TestCaseComponentsSetRequestDto.testCaseIds(List<UUID> testCaseIds)