Uses of Class
org.qubership.atp.tdm.model.EnvsList
Packages that use EnvsList
Package
Description
-
Uses of EnvsList in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return EnvsListModifier and TypeMethodDescriptionTestDataController.getTableEnvironments(UUID projectId, String tableTitle) -
Uses of EnvsList in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return EnvsListModifier and TypeMethodDescriptionTestDataService.getTableEnvironments(UUID projectId, String tableTitle) -
Uses of EnvsList in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return EnvsListModifier and TypeMethodDescriptionTestDataServiceImpl.getTableEnvironments(UUID projectId, String tableTitle) Returns a list of environment IDs that have tables with the requested table title for the specified project.