Package de.dagere.peass.ci.rts
Class RTSVisualizationAction
- java.lang.Object
-
- de.dagere.peass.ci.VisibleAction
-
- de.dagere.peass.ci.rts.RTSVisualizationAction
-
- All Implemented Interfaces:
Action,ModelObject,RunAction2
public class RTSVisualizationAction extends VisibleAction
-
-
Field Summary
-
Fields inherited from class de.dagere.peass.ci.VisibleAction
id
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommit()StringgetCommitOld()de.dagere.peass.config.TestSelectionConfiggetConfig()de.dagere.peass.dependency.traces.coverage.CoverageSelectionCommitgetCoveragebasedSelection()StringgetDisplayName()List<String>getDynamicSelection()StringgetIconFileName()RTSLogSummarygetLogSummary()Map<String,List<String>>getStaticSelection()Map<List<String>,List<List<String>>>getStaticSelectionPrintable()StringgetUrlName()booleanisTwiceExecutable(String testcase)-
Methods inherited from class de.dagere.peass.ci.VisibleAction
getRun, onAttached, onLoad
-
-
-
-
Constructor Detail
-
RTSVisualizationAction
public 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)
-
-
Method Detail
-
getConfig
public de.dagere.peass.config.TestSelectionConfig getConfig()
-
getStaticSelectionPrintable
public Map<List<String>,List<List<String>>> getStaticSelectionPrintable()
-
getCoveragebasedSelection
public de.dagere.peass.dependency.traces.coverage.CoverageSelectionCommit getCoveragebasedSelection()
-
isTwiceExecutable
public boolean isTwiceExecutable(String testcase)
-
getCommit
public String getCommit()
-
getCommitOld
public String getCommitOld()
-
getLogSummary
public RTSLogSummary getLogSummary()
-
getIconFileName
public String getIconFileName()
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
-
-