Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.DslDependencyNodeDto
Packages that use DslDependencyNodeDto
Package
Description
-
Uses of DslDependencyNodeDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type DslDependencyNodeDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DslDependencyNodeDto>> TestPlanControllerApi.getDslDependencies(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/dslDependencies : getDslDependencies -
Uses of DslDependencyNodeDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return DslDependencyNodeDtoModifier and TypeMethodDescriptionDslDependencyNodeDto.addDependenciesItem(DslDependencyNodeDto dependenciesItem) DslDependencyNodeDto.dependencies(List<DslDependencyNodeDto> dependencies) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type DslDependencyNodeDtoModifier and TypeMethodDescription@Valid List<DslDependencyNodeDto> DslDependencyNodeDto.getDependencies()Get dependenciesMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type DslDependencyNodeDtoModifier and TypeMethodDescriptionDslDependencyNodeDto.addDependenciesItem(DslDependencyNodeDto dependenciesItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type DslDependencyNodeDtoModifier and TypeMethodDescriptionDslDependencyNodeDto.dependencies(List<DslDependencyNodeDto> dependencies) voidDslDependencyNodeDto.setDependencies(List<DslDependencyNodeDto> dependencies)