Uses of Class
org.qubership.atp.ram.model.ExtendedFileData
Packages that use ExtendedFileData
-
Uses of ExtendedFileData in org.qubership.atp.ram.repositories
Methods in org.qubership.atp.ram.repositories that return types with arguments of type ExtendedFileDataModifier and TypeMethodDescription@NotNull List<ExtendedFileData> GridFsRepository.getAllFilesWhereMetadataLogRecordIdInList(List<UUID> logRecordsIds) This method retrieves screen shot fro GridFS system. -
Uses of ExtendedFileData in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services that return types with arguments of type ExtendedFileDataModifier and TypeMethodDescriptionGridFsService.downloadFilesByLogRecords(List<LogRecord> logRecords) Method parameters in org.qubership.atp.ram.services with type arguments of type ExtendedFileDataModifier and TypeMethodDescriptionFileNamesService.getFileNamesFromFilesList(List<ExtendedFileData> files) voidFileNamesService.renameFilesInPlaceIfCollisionsOccurs(List<ExtendedFileData> files, Map<UUID, LogRecord> logRecordMap, Map<UUID, TestRun> testRunMap) If any 2 files have name collisions they should be renamed to allow saving them to the same directory.ArchiveService.writeFileDataToArchive(List<ExtendedFileData> files, UUID executionRequestId) Create zip archive with specified files in it.