Package de.dagere.peass.ci
Class RCAVisualizationAction
- java.lang.Object
-
- de.dagere.peass.ci.VisibleAction
-
- de.dagere.peass.ci.RCAVisualizationAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class RCAVisualizationAction extends VisibleAction
-
-
Field Summary
-
Fields inherited from class de.dagere.peass.ci.VisibleAction
id
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComitter()
String
getCommit()
String
getCSS()
String
getCurrentCommitTreeJS()
String
getDataJS()
String
getDisplayName()
String
getIconFileName()
String
getPredecessorCommitTreeJS()
String
getTestcase()
String
getUrlName()
-
Methods inherited from class de.dagere.peass.ci.VisibleAction
getRun, onAttached, onLoad
-
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
-
getCSS
public String getCSS() throws IOException
- Throws:
IOException
-
getDataJS
public String getDataJS()
-
getPredecessorCommitTreeJS
public String getPredecessorCommitTreeJS()
-
getCurrentCommitTreeJS
public String getCurrentCommitTreeJS()
-
getCommit
public String getCommit()
-
getTestcase
public String getTestcase()
-
getComitter
public String getComitter()
-
-