Uses of Class
org.qubership.atp.tdm.model.ImportTestDataStatistic
Packages that use ImportTestDataStatistic
Package
Description
-
Uses of ImportTestDataStatistic in org.qubership.atp.tdm.controllers
Methods in org.qubership.atp.tdm.controllers that return ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataController.updateTableBySql(TestDataTableUpdateByQuery updateByQuery) Update Table By Sql.Methods in org.qubership.atp.tdm.controllers that return types with arguments of type ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataController.importExcelTestData(UUID projectId, UUID environmentId, UUID systemId, String tableTitle, Boolean runSqlScript, org.springframework.web.multipart.MultipartFile file) Import Excel TestData.TestDataController.importSqlTestData(UUID projectId, List<UUID> environmentsIds, String systemName, String tableTitle, String query, Integer queryTimeout) Import Sql TestData. -
Uses of ImportTestDataStatistic in org.qubership.atp.tdm.repo
Methods in org.qubership.atp.tdm.repo that return ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataTableRepository.importExcelTestData(String tableName, boolean exists, org.springframework.web.multipart.MultipartFile file) TestDataTableRepository.importSqlTestData(String tableName, boolean exists, String query, Integer queryTimeout, Server server) TestDataTableRepository.updateTableBySql(String tableName, String query, Integer queryTimeout, Server server) -
Uses of ImportTestDataStatistic in org.qubership.atp.tdm.repo.impl
Methods in org.qubership.atp.tdm.repo.impl that return ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataTableRepositoryImpl.importExcelTestData(String tableName, boolean exists, org.springframework.web.multipart.MultipartFile file) TestDataTableRepositoryImpl.importSqlTestData(String tableName, boolean exists, String query, Integer queryTimeout, Server server) TestDataTableRepositoryImpl.updateTableBySql(String tableName, String query, Integer queryTimeout, Server server) -
Uses of ImportTestDataStatistic in org.qubership.atp.tdm.service
Methods in org.qubership.atp.tdm.service that return ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataService.updateTestDataBySql(UUID projectId, UUID environmentId, UUID systemId, String tableName, String query, Integer queryTimeout) Methods in org.qubership.atp.tdm.service that return types with arguments of type ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataService.importExcelTestData(UUID projectId, UUID environmentId, UUID systemId, String tableTitle, Boolean runSqlScript, org.springframework.web.multipart.MultipartFile file) TestDataService.importSqlTestData(UUID projectId, List<UUID> environmentsIds, String systemName, String tableTitle, String query, Integer queryTimeout) -
Uses of ImportTestDataStatistic in org.qubership.atp.tdm.service.impl
Methods in org.qubership.atp.tdm.service.impl that return ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataServiceImpl.updateTestDataBySql(UUID projectId, UUID environmentId, UUID systemId, String tableName, String query, Integer queryTimeout) Methods in org.qubership.atp.tdm.service.impl that return types with arguments of type ImportTestDataStatisticModifier and TypeMethodDescriptionTestDataServiceImpl.importExcelTestData(UUID projectId, UUID environmentId, UUID systemId, String tableTitle, Boolean runSqlScriptAfterExcelImport, org.springframework.web.multipart.MultipartFile file) TestDataServiceImpl.importSqlTestData(UUID projectId, List<UUID> environmentsIds, String systemName, String tableTitle, String query, Integer queryTimeout)