Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.RequestSnapshot
Packages that use RequestSnapshot
Package
Description
-
Uses of RequestSnapshot in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers with parameters of type RequestSnapshotModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> RequestSnapshotController.saveSnapshot(UUID projectId, org.springframework.web.multipart.MultipartFile file, List<org.springframework.web.multipart.MultipartFile> files, @Valid RequestSnapshot snapshot) Save snapshot for request. -
Uses of RequestSnapshot in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return RequestSnapshotModifier and TypeMethodDescriptionRequestSnapshotService.saveSnapshot(RequestSnapshot requestSnapshot, List<org.springframework.web.multipart.MultipartFile> files, Optional<FileBody> fileInfo) Create request.Methods in org.qubership.atp.itf.lite.backend.service with parameters of type RequestSnapshotModifier and TypeMethodDescriptionRequestSnapshotService.saveSnapshot(RequestSnapshot requestSnapshot, List<org.springframework.web.multipart.MultipartFile> files, Optional<FileBody> fileInfo) Create request.