Package de.dagere.peass.ci.rca
Class RCAExecutor
- java.lang.Object
-
- de.dagere.peass.ci.rca.RCAExecutor
-
public class RCAExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description RCAExecutor(de.dagere.peass.config.MeasurementConfig config, File workspaceFolder, de.dagere.peass.analysis.changes.ProjectChanges changes, de.dagere.peass.measurement.rca.CauseSearcherConfig causeConfig, de.dagere.peass.execution.utils.EnvironmentVariables env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeRCAs()
List<de.dagere.nodeDiffDetector.data.TestCase>
getFailedTests()
-
-
-
Constructor Detail
-
RCAExecutor
public RCAExecutor(de.dagere.peass.config.MeasurementConfig config, File workspaceFolder, de.dagere.peass.analysis.changes.ProjectChanges changes, de.dagere.peass.measurement.rca.CauseSearcherConfig causeConfig, de.dagere.peass.execution.utils.EnvironmentVariables env)
-
-
Method Detail
-
executeRCAs
public void executeRCAs() throws IOException
- Throws:
IOException
-
getFailedTests
public List<de.dagere.nodeDiffDetector.data.TestCase> getFailedTests()
-
-