Uses of Interface
org.qubership.atp.dataset.model.TestPlan
Packages that use TestPlan
Package
Description
-
Uses of TestPlan in org.qubership.atp.dataset.db
Methods in org.qubership.atp.dataset.db that return TestPlanModifier and TypeMethodDescriptionGet test plan by id.TestPlanRepository.getByNameUnderVisibilityArea(UUID visibilityArea, String name) ReturnsTestPlanby name underVisibilityArea.Methods in org.qubership.atp.dataset.db that return types with arguments of type TestPlan -
Uses of TestPlan in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return TestPlanMethods in org.qubership.atp.dataset.model with parameters of type TestPlan -
Uses of TestPlan in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement TestPlanMethods in org.qubership.atp.dataset.model.impl that return TestPlanMethods in org.qubership.atp.dataset.model.impl with parameters of type TestPlanConstructors in org.qubership.atp.dataset.model.impl with parameters of type TestPlan -
Uses of TestPlan in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct that return TestPlanModifier and TypeMethodDescriptionTestPlanService.getByNameUnderVisibilityArea(UUID visibilityArea, String name) Methods in org.qubership.atp.dataset.service.direct that return types with arguments of type TestPlan -
Uses of TestPlan in org.qubership.atp.dataset.service.direct.helper
Methods in org.qubership.atp.dataset.service.direct.helper that return TestPlanModifier and TypeMethodDescriptionCreationFacade.testPlan(VisibilityArea visibilityArea, String name) DbCreationFacade.testPlan(VisibilityArea visibilityArea, String name) Creates test plan.SimpleCreationFacade.testPlan(VisibilityArea visibilityArea, String name) Creates test plan.Methods in org.qubership.atp.dataset.service.direct.helper with parameters of type TestPlanModifier and TypeMethodDescriptionSimpleCreationFacade.ds(DataSetList dsl, String name, TestPlan testPlan) Creates a ds.default DataSetListCreationFacade.dsl(VisibilityArea va, String name, TestPlan testPlan) DbCreationFacade.dsl(VisibilityArea va, String name, TestPlan testPlan) SimpleCreationFacade.dsl(VisibilityArea va, String name, TestPlan testPlan) Creates a data set list. -
Uses of TestPlan in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl that return TestPlanModifier and TypeMethodDescriptionTestPlanServiceImpl.getByNameUnderVisibilityArea(UUID visibilityArea, String name) Methods in org.qubership.atp.dataset.service.direct.impl that return types with arguments of type TestPlan -
Uses of TestPlan in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type TestPlanModifier and TypeMethodDescriptionTestPlanController.getTestPlans(UUID visibilityArea) Get all test plans under va.