Uses of Class
org.qubership.atp.ram.utils.StepPath
Packages that use StepPath
-
Uses of StepPath in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services that return StepPathMethods in org.qubership.atp.ram.services that return types with arguments of type StepPathModifier and TypeMethodDescriptionExecutionRequestService.findStepBySearchValue(UUID uuidRequest, String searchValue) Find test runs and log records with names, which contain searchValue. -
Uses of StepPath in org.qubership.atp.ram.utils
Methods in org.qubership.atp.ram.utils that return StepPathModifier and TypeMethodDescriptionPathsGenerator.generatePathToFoundLogRecord(UUID uuid) Find log record by uuid.PathsGenerator.generatePathToFoundTestRuns(List<TestRun> testRuns) Find test runs with names, which contain searchValue.Methods in org.qubership.atp.ram.utils that return types with arguments of type StepPathModifier and TypeMethodDescriptionPathsGenerator.generatePathToFoundLogRecords(List<LogRecord> logRecords) Find log records with names, which contain searchValue.