Uses of Class
org.qubership.atp.ram.model.datacontext.TestRunsDataContextLoadOptions
Packages that use TestRunsDataContextLoadOptions
-
Uses of TestRunsDataContextLoadOptions in org.qubership.atp.ram.model.datacontext
Methods in org.qubership.atp.ram.model.datacontext that return TestRunsDataContextLoadOptionsModifier and TypeMethodDescriptionTestRunsDataContextLoadOptions.includeRootCausesMap()TestRunsDataContextLoadOptions.includeRunFailedLogRecordsMap()TestRunsDataContextLoadOptions.includeRunTestCasesMap()TestRunsDataContextLoadOptions.includeRunValidationLogRecordsMap()TestRunsDataContextLoadOptions.includeRunValidationLogRecordsMap(boolean condition) TestRunsDataContextLoadOptions.includeTestRunDslNamesMap()TestRunsDataContextLoadOptions.includeTestRunMap() -
Uses of TestRunsDataContextLoadOptions in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services with parameters of type TestRunsDataContextLoadOptionsModifier and TypeMethodDescriptionTestRunService.getTestRunsDataContext(List<TestRun> testRuns, TestRunsDataContextLoadOptions options, boolean isVirtual) Get test runs data context for further processing performance.