Class LogAction
- java.lang.Object
-
- de.dagere.peass.ci.VisibleAction
-
- de.dagere.peass.ci.logs.measurement.LogAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
- Direct Known Subclasses:
RCALogAction
public class LogAction extends VisibleAction
-
-
Field Summary
Fields Modifier and Type Field Description protected String
displayName
-
Fields inherited from class de.dagere.peass.ci.VisibleAction
id
-
-
Constructor Summary
Constructors Modifier Constructor Description LogAction(int id, de.dagere.nodeDiffDetector.data.TestCase test, int vmId, String commit, String logData)
protected
LogAction(int id, String displayName, de.dagere.nodeDiffDetector.data.TestCase test, int vmId, String commit, String logData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getLog()
String
getLogData()
de.dagere.nodeDiffDetector.data.TestCase
getTest()
String
getUrlName()
String
getVersion()
int
getVmId()
-
Methods inherited from class de.dagere.peass.ci.VisibleAction
getRun, onAttached, onLoad
-
-
-
-
Field Detail
-
displayName
protected final String displayName
-
-
Method Detail
-
getUrlName
public String getUrlName()
-
getTest
public de.dagere.nodeDiffDetector.data.TestCase getTest()
-
getVmId
public int getVmId()
-
getVersion
public String getVersion()
-
getLogData
public String getLogData()
-
getLog
public String getLog() throws IOException
- Throws:
IOException
-
getIconFileName
public String getIconFileName()
-
getDisplayName
public String getDisplayName()
-
-