Package de.dagere.peass.ci.logs.rts
Class RTSLogAction
- java.lang.Object
-
- de.dagere.peass.ci.VisibleAction
-
- de.dagere.peass.ci.logs.rts.RTSLogAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class RTSLogAction extends VisibleAction
-
-
Field Summary
-
Fields inherited from class de.dagere.peass.ci.VisibleAction
id
-
-
Constructor Summary
Constructors Constructor Description RTSLogAction(int id, String commit, de.dagere.nodeDiffDetector.data.TestCase testcase, String cleanLog, String log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCleanLog()
String
getDisplayName()
String
getIconFileName()
String
getLog()
de.dagere.nodeDiffDetector.data.TestCase
getTestcase()
String
getUrlName()
String
getVersion()
-
Methods inherited from class de.dagere.peass.ci.VisibleAction
getRun, onAttached, onLoad
-
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
-
getVersion
public String getVersion()
-
getTestcase
public de.dagere.nodeDiffDetector.data.TestCase getTestcase()
-
getCleanLog
public String getCleanLog()
-
getLog
public String getLog()
-
getIconFileName
public String getIconFileName()
-
getDisplayName
public String getDisplayName()
-
-