Uses of Class
org.qubership.atp.tdm.controllers.api.dto.testdata.ImportTestDataStatisticDto
Packages that use ImportTestDataStatisticDto
Package
Description
-
Uses of ImportTestDataStatisticDto in org.qubership.atp.tdm.controllers.api
Methods in org.qubership.atp.tdm.controllers.api that return types with arguments of type ImportTestDataStatisticDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ImportTestDataStatisticDto>> TestDataControllerApi.importExcelTestData(@NotNull @Valid UUID projectId, @NotNull @Valid String tableTitle, @NotNull @Valid Boolean runSqlScript, @Valid UUID environmentId, @Valid UUID systemId, org.springframework.core.io.Resource body) POST /api/tdm/import/excel : Import excel to TDM.org.springframework.http.ResponseEntity<List<ImportTestDataStatisticDto>> TestDataControllerApi.importSqlTestData(@NotNull @Valid UUID projectId, @NotNull @Valid UUID environmentsIds, @NotNull @Valid String systemName, @NotNull @Valid String tableTitle, @NotNull @Valid String query, @NotNull @Valid Integer queryTimeout) POST /api/tdm/import/sql : Import sql to TDM.org.springframework.http.ResponseEntity<ImportTestDataStatisticDto> TestDataControllerApi.updateTableBySql(@Valid TestDataTableUpdateByQueryDto testDataTableUpdateByQueryDto) POST /api/tdm/update/sql : Update existing table by sql. -
Uses of ImportTestDataStatisticDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return ImportTestDataStatisticDtoModifier and TypeMethodDescriptionImportTestDataStatisticDto.processedRows(Integer processedRows)