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 String
getCommit()
String
getCommitOld()
de.dagere.peass.config.TestSelectionConfig
getConfig()
de.dagere.peass.dependency.traces.coverage.CoverageSelectionCommit
getCoveragebasedSelection()
String
getDisplayName()
List<String>
getDynamicSelection()
String
getIconFileName()
RTSLogSummary
getLogSummary()
Map<String,List<String>>
getStaticSelection()
Map<List<String>,List<List<String>>>
getStaticSelectionPrintable()
String
getUrlName()
boolean
isTwiceExecutable(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()
-
-