Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseComponentsDeleteRequestDto
Packages that use TestCaseComponentsDeleteRequestDto
Package
Description
-
Uses of TestCaseComponentsDeleteRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type TestCaseComponentsDeleteRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestCaseComponentsDeleteResponseDto> TestCaseControllerApi.deleteTestCaseComponents(@Valid TestCaseComponentsDeleteRequestDto testCaseComponentsDeleteRequestDto) DELETE /catalog/api/v1/testcases/components : delete test case components -
Uses of TestCaseComponentsDeleteRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseComponentsDeleteRequestDtoModifier and TypeMethodDescriptionTestCaseComponentsDeleteRequestDto.addComponentsItem(JiraComponentDto componentsItem) TestCaseComponentsDeleteRequestDto.addTestCaseIdsItem(UUID testCaseIdsItem) TestCaseComponentsDeleteRequestDto.components(List<JiraComponentDto> components) TestCaseComponentsDeleteRequestDto.testCaseIds(List<UUID> testCaseIds)