Uses of Class
org.qubership.atp.tdm.controllers.api.dto.testdata.EnvsListDto
Packages that use EnvsListDto
Package
Description
-
Uses of EnvsListDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type EnvsListDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EnvsListDto> TestDataControllerApi.getTableEnvironments(@NotNull @Valid UUID projectId, @NotNull @Valid String tableTitle) GET /api/tdm/table/environments : Returns a list of environment IDs that have tables with the requested table title for the specified project. -
Uses of EnvsListDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return EnvsListDto