Uses of Class
de.dagere.peass.ci.logs.rts.RTSLogData
-
Packages that use RTSLogData Package Description de.dagere.peass.ci.logs de.dagere.peass.ci.logs.rts -
-
Uses of RTSLogData in de.dagere.peass.ci.logs
Methods in de.dagere.peass.ci.logs that return types with arguments of type RTSLogData Modifier and Type Method Description Map<de.dagere.nodeDiffDetector.data.TestMethodCall,RTSLogData>
RTSLogFileReader. getRtsVmRuns(String commit, de.dagere.peass.dependency.analysis.data.TestSet ignoredTests, de.dagere.peass.dependency.analysis.data.TestSet removedTests)
Map<de.dagere.nodeDiffDetector.data.TestMethodCall,RTSLogData>
RTSLogFileCommitReader. getTestmethodLogs(Map<File,String> testClazzFolders)
-
Uses of RTSLogData in de.dagere.peass.ci.logs.rts
Methods in de.dagere.peass.ci.logs.rts that return types with arguments of type RTSLogData Modifier and Type Method Description Map<de.dagere.nodeDiffDetector.data.TestMethodCall,RTSLogData>
RTSLogOverviewAction. getPredecessorVmRuns()
Map<de.dagere.nodeDiffDetector.data.TestMethodCall,RTSLogData>
RTSLogOverviewAction. getVmRuns()
Method parameters in de.dagere.peass.ci.logs.rts with type arguments of type RTSLogData Modifier and Type Method Description static RTSLogSummary
RTSLogSummary. createLogSummary(Map<de.dagere.nodeDiffDetector.data.TestMethodCall,RTSLogData> rtsVmRuns, Map<de.dagere.nodeDiffDetector.data.TestMethodCall,RTSLogData> rtsVmRunsPredecessor)
-