Package de.dagere.peass.ci.logs
Class LogActionCreator
- java.lang.Object
-
- de.dagere.peass.ci.logs.LogActionCreator
-
public class LogActionCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description LogActionCreator(PeassProcessConfiguration peassConfig, Run<?,?> run, VisualizationFolderManager visualizationFolders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createMeasurementActions(Set<de.dagere.nodeDiffDetector.data.TestMethodCall> tests)
void
createRCAActions()
RTSLogSummary
createRTSActions(RTSInfos staticChanges)
-
-
-
Constructor Detail
-
LogActionCreator
public LogActionCreator(PeassProcessConfiguration peassConfig, Run<?,?> run, VisualizationFolderManager visualizationFolders)
-
-
Method Detail
-
createRTSActions
public RTSLogSummary createRTSActions(RTSInfos staticChanges) throws IOException
- Throws:
IOException
-
createMeasurementActions
public void createMeasurementActions(Set<de.dagere.nodeDiffDetector.data.TestMethodCall> tests) throws IOException
- Throws:
IOException
-
createRCAActions
public void createRCAActions() throws IOException
- Throws:
IOException
-
-