Uses of Class
org.qubership.atp.ram.logging.entities.responses.CreatedTestRunResponse
Packages that use CreatedTestRunResponse
Package
Description
-
Uses of CreatedTestRunResponse in org.qubership.atp.ram.logging.controllers
Methods in org.qubership.atp.ram.logging.controllers that return CreatedTestRunResponseModifier and TypeMethodDescriptionTestRunLoggingController.findOrCreateWithParents(CreatedTestRunWithParentsRequest request) Create/update test run, execution request, test plan and project.TestRunLoggingController.update(CreatedTestRunRequest request) Update test run. -
Uses of CreatedTestRunResponse in org.qubership.atp.ram.logging.services
Methods in org.qubership.atp.ram.logging.services that return CreatedTestRunResponseModifier and TypeMethodDescriptionTestRunLoggingService.findOrCreateWithParents(CreatedTestRunWithParentsRequest request) Find or create test runs.TestRunLoggingService.update(CreatedTestRunRequest request) Update test run.