Uses of Class
org.qubership.atp.ram.model.LogRecordWithChildrenResponse
Packages that use LogRecordWithChildrenResponse
Package
Description
-
Uses of LogRecordWithChildrenResponse in org.qubership.atp.ram.repositories
Methods in org.qubership.atp.ram.repositories that return LogRecordWithChildrenResponseModifier and TypeMethodDescriptionCustomLogRecordRepository.getLogRecordParentAndChildrenByTestingStatusAndTestRunId(UUID tesRunId, TestingStatuses testingStatus) -
Uses of LogRecordWithChildrenResponse in org.qubership.atp.ram.repositories.impl
Methods in org.qubership.atp.ram.repositories.impl that return LogRecordWithChildrenResponseModifier and TypeMethodDescriptionCustomLogRecordRepositoryImpl.getLogRecordParentAndChildrenByTestingStatusAndTestRunId(UUID tesRunId, TestingStatuses testingStatus) Find first parent and children LR by TR is and status. -
Uses of LogRecordWithChildrenResponse in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services that return LogRecordWithChildrenResponseModifier and TypeMethodDescriptionLogRecordService.getLogRecordWithChildrenByTrIdAndStatus(UUID testRunId, TestingStatuses testingStatuses) Get first parent and children LR.