Package org.qubership.atp.ram.services
Class PotService
java.lang.Object
org.qubership.atp.ram.services.PotService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectStatisticForExecutionRequest(UUID executionRequestId) Collection all POTs files in ER with specified id.collectStatisticForTestRun(UUID testRunId) Get log records pot statistics.getArchiveWithPotsFiles(UUID executionRequestId) Create temp archive with pot files, store it's content to heap and delete temp archive.
-
Constructor Details
-
PotService
public PotService()
-
-
Method Details
-
collectStatisticForExecutionRequest
Collection all POTs files in ER with specified id.- Parameters:
executionRequestId- id of ER- Returns:
- return statistics of POTs files per ER
-
getArchiveWithPotsFiles
Create temp archive with pot files, store it's content to heap and delete temp archive.- Parameters:
executionRequestId- id of ER- Returns:
- archive data
-
collectStatisticForTestRun
Get log records pot statistics.- Parameters:
testRunId- ID of TR- Returns:
- pot statistics with parent and pot LR-s
-