Uses of Class
org.qubership.atp.dataset.controllers.api.dto.testplans.DataSetListIdNameLabelsTestPlanViewDto
Packages that use DataSetListIdNameLabelsTestPlanViewDto
Package
Description
-
Uses of DataSetListIdNameLabelsTestPlanViewDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type DataSetListIdNameLabelsTestPlanViewDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DataSetListIdNameLabelsTestPlanViewDto>> TestPlanControllerApi.getDataSetListsUnderTestPlan(UUID testPlanId) GET /testplan/{testPlanId}/dsl : Returns dataSetLists with selected Test Plan -
Uses of DataSetListIdNameLabelsTestPlanViewDto in org.qubership.atp.dataset.controllers.api.dto.testplans
Methods in org.qubership.atp.dataset.controllers.api.dto.testplans that return DataSetListIdNameLabelsTestPlanViewDtoModifier and TypeMethodDescriptionDataSetListIdNameLabelsTestPlanViewDto.addLabelsItem(LabelIdNameLabelsTestPlanViewDto labelsItem) DataSetListIdNameLabelsTestPlanViewDto.labels(List<LabelIdNameLabelsTestPlanViewDto> labels) DataSetListIdNameLabelsTestPlanViewDto.testPlan(TestPlanIdNameLabelsTestPlanViewDto testPlan)