Uses of Class
org.qubership.atp.mia.model.pot.entity.PotSession
Packages that use PotSession
Package
Description
-
Uses of PotSession in org.qubership.atp.mia.model.pot.entity
Methods in org.qubership.atp.mia.model.pot.entity that return PotSessionModifier and TypeMethodDescriptionPotSession.addExecutionStep(PotExecutionStep potExecutionStep) Adds execution step to Recording session.Methods in org.qubership.atp.mia.model.pot.entity with parameters of type PotSession -
Uses of PotSession in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl with parameters of type PotSessionModifier and TypeMethodDescriptionProofOfTestingRepository.saveProofOfTesting(PotSession session, File targetFile) Save recording session to word file. -
Uses of PotSession in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution that return PotSessionModifier and TypeMethodDescriptionRecordingSessionsService.addExecutionStep(ExecutionResponse executionResponse) Save executed step to session.Methods in org.qubership.atp.mia.service.execution that return types with arguments of type PotSessionModifier and TypeMethodDescriptionRecordingSessionsService.getSession(UUID sessionId) Get session by ID.