Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseDependenciesResponseDto
Packages that use TestCaseDependenciesResponseDto
Package
Description
-
Uses of TestCaseDependenciesResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestCaseDependenciesResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestCaseDependenciesResponseDto> TestCaseControllerApi.calculateDependencies(@NotNull @Valid UUID dataSetId) POST /catalog/api/v1/testcases/calculate-dependencies : calculateDependencies -
Uses of TestCaseDependenciesResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseDependenciesResponseDtoModifier and TypeMethodDescriptionTestCaseDependenciesResponseDto.addDatasetsItem(DependencyCountDto datasetsItem) TestCaseDependenciesResponseDto.datasets(List<DependencyCountDto> datasets)