Uses of Class
org.qubership.atp.dataset.controllers.api.dto.testplans.TestPlanDto
Packages that use TestPlanDto
Package
Description
-
Uses of TestPlanDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type TestPlanDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestPlanDto>> TestPlanControllerApi.getTestPlans(UUID vaId) GET /testplan/va/{vaId} : Returns all test plans for selected visibility area. -
Uses of TestPlanDto in org.qubership.atp.dataset.controllers.api.dto.testplans
Methods in org.qubership.atp.dataset.controllers.api.dto.testplans that return TestPlanDtoModifier and TypeMethodDescription@Valid TestPlanDtoDataSetListDto.getTestPlan()Get testPlanTestPlanDto.visibilityArea(VisibilityAreaDto visibilityArea) Methods in org.qubership.atp.dataset.controllers.api.dto.testplans with parameters of type TestPlanDtoModifier and TypeMethodDescriptionvoidDataSetListDto.setTestPlan(TestPlanDto testPlan) DataSetListDto.testPlan(TestPlanDto testPlan)