Uses of Class
org.qubership.atp.tdm.model.rest.requests.UpdateRowRequest
Packages that use UpdateRowRequest
Package
Description
-
Uses of UpdateRowRequest in org.qubership.atp.tdm.repo
Method parameters in org.qubership.atp.tdm.repo with type arguments of type UpdateRowRequestModifier and TypeMethodDescriptionAtpActionRepository.updateTestData(UUID projectId, UUID systemId, String tableTitle, List<UpdateRowRequest> updateRowRequests) -
Uses of UpdateRowRequest in org.qubership.atp.tdm.repo.impl
Method parameters in org.qubership.atp.tdm.repo.impl with type arguments of type UpdateRowRequestModifier and TypeMethodDescriptionAtpActionRepositoryImpl.updateTestData(UUID projectId, UUID systemId, String tableTitle, List<UpdateRowRequest> updateRowRequests) -
Uses of UpdateRowRequest in org.qubership.atp.tdm.service
Method parameters in org.qubership.atp.tdm.service with type arguments of type UpdateRowRequestModifier and TypeMethodDescriptionAtpActionService.updateTestData(String projectName, String envName, String systemName, String tableTitle, List<UpdateRowRequest> updateRowRequests) -
Uses of UpdateRowRequest in org.qubership.atp.tdm.service.impl
Method parameters in org.qubership.atp.tdm.service.impl with type arguments of type UpdateRowRequestModifier and TypeMethodDescriptionAtpActionServiceImpl.updateTestData(String projectName, String envName, String systemName, String tableTitle, List<UpdateRowRequest> updateRowRequests)