Uses of Class
org.qubership.atp.itf.lite.backend.model.api.response.RequestSnapshotResponse
Packages that use RequestSnapshotResponse
Package
Description
-
Uses of RequestSnapshotResponse in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers that return types with arguments of type RequestSnapshotResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RequestSnapshotResponse> RequestSnapshotController.getSnapshotById(UUID projectId, UUID sessionId, UUID requestId) Get snapshot for request by sessionId and requestId. -
Uses of RequestSnapshotResponse in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return RequestSnapshotResponseModifier and TypeMethodDescriptionRequestSnapshotService.getSnapshot(UUID sessionId, UUID requestId) Get snapshot by sessionId and requestId.