Uses of Class
org.qubership.atp.orchestrator.clients.dto.TestCaseDependencyDto
Packages that use TestCaseDependencyDto
-
Uses of TestCaseDependencyDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return TestCaseDependencyDtoModifier and TypeMethodDescriptionTestCaseDependencyDto.testCaseId(UUID testCaseId) TestCaseDependencyDto.testScopeId(UUID testScopeId) Methods in org.qubership.atp.orchestrator.clients.dto that return types with arguments of type TestCaseDependencyDtoModifier and TypeMethodDescription@Valid List<TestCaseDependencyDto> EnrichedCaseDto.getDependsOn()Get dependsOnMethods in org.qubership.atp.orchestrator.clients.dto with parameters of type TestCaseDependencyDtoModifier and TypeMethodDescriptionEnrichedCaseDto.addDependsOnItem(TestCaseDependencyDto dependsOnItem) Method parameters in org.qubership.atp.orchestrator.clients.dto with type arguments of type TestCaseDependencyDtoModifier and TypeMethodDescriptionEnrichedCaseDto.dependsOn(List<TestCaseDependencyDto> dependsOn) voidEnrichedCaseDto.setDependsOn(List<TestCaseDependencyDto> dependsOn)