Class TestRunLoggingService
java.lang.Object
org.qubership.atp.ram.logging.services.TestRunLoggingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFind or create test runs.List<org.qubership.atp.ram.models.TestRun> findTestRunsByErId(UUID executionRequestId) Find list of Test Runs with uuid and testing status by Execution Request id.stop(StopTestRunRequest request) Stop test run.update(CreatedTestRunRequest request) Update test run.
-
Constructor Details
-
TestRunLoggingService
public TestRunLoggingService()
-
-
Method Details
-
findOrCreateWithParents
Find or create test runs. -
update
Update test run. -
stop
Stop test run. -
findTestRunsByErId
Find list of Test Runs with uuid and testing status by Execution Request id.- Parameters:
executionRequestId- TestRun uuid.- Returns:
- list of Test Runs.
-