Uses of Class
de.dagere.peass.ci.logs.rts.RTSLogSummary
-
Packages that use RTSLogSummary Package Description de.dagere.peass.ci.logs de.dagere.peass.ci.logs.rts de.dagere.peass.ci.process de.dagere.peass.ci.rts -
-
Uses of RTSLogSummary in de.dagere.peass.ci.logs
Methods in de.dagere.peass.ci.logs that return RTSLogSummary Modifier and Type Method Description RTSLogSummary
LogActionCreator. createRTSActions(RTSInfos staticChanges)
-
Uses of RTSLogSummary in de.dagere.peass.ci.logs.rts
Methods in de.dagere.peass.ci.logs.rts that return RTSLogSummary 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)
RTSLogSummary
AggregatedRTSResult. getLogSummary()
RTSLogSummary
RTSLogActionCreator. getLogSummary()
Constructors in de.dagere.peass.ci.logs.rts with parameters of type RTSLogSummary Constructor Description AggregatedRTSResult(RTSLogSummary logSummary, de.dagere.peass.ci.RTSResult result)
-
Uses of RTSLogSummary in de.dagere.peass.ci.process
Methods in de.dagere.peass.ci.process with parameters of type RTSLogSummary Modifier and Type Method Description void
LocalPeassProcessManager. visualizeRTSResults(Run<?,?> run, RTSLogSummary logSummary)
-
Uses of RTSLogSummary in de.dagere.peass.ci.rts
Methods in de.dagere.peass.ci.rts that return RTSLogSummary Modifier and Type Method Description RTSLogSummary
RTSVisualizationAction. getLogSummary()
Methods in de.dagere.peass.ci.rts with parameters of type RTSLogSummary Modifier and Type Method Description void
RTSVisualizationCreator. visualize(Run<?,?> run, RTSLogSummary logSummary)
Constructors in de.dagere.peass.ci.rts with parameters of type RTSLogSummary Constructor Description RTSVisualizationAction(int id, de.dagere.peass.config.TestSelectionConfig config, Map<String,List<String>> staticSelection, List<String> dynamicSelection, de.dagere.peass.dependency.traces.coverage.CoverageSelectionCommit coverageSelection, de.dagere.peass.dependency.analysis.data.TestSet twiceExecutableTests, String commit, String commitOld, RTSLogSummary logSummary)
-