Class RecordingSessionsService
java.lang.Object
org.qubership.atp.mia.service.execution.RecordingSessionsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExecutionStep(ExecutionResponse executionResponse) Save executed step to session.voidDelete old sessions.voiddeleteSession(UUID sessionId) Delete session from list.getSession(UUID sessionId) Get session by ID.
-
Constructor Details
-
RecordingSessionsService
public RecordingSessionsService()
-
-
Method Details
-
addExecutionStep
Save executed step to session. -
deleteSession
Delete session from list. -
getSession
Get session by ID.- Parameters:
sessionId- session ID- Returns:
- RecordingSession
-
deleteOldSession
public void deleteOldSession()Delete old sessions.
-