Class LogOverviewAction
- java.lang.Object
-
- de.dagere.peass.ci.VisibleAction
-
- de.dagere.peass.ci.logs.measurement.LogOverviewAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class LogOverviewAction 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
getDisplayName()
String
getIconFileName()
Map<de.dagere.nodeDiffDetector.data.TestCase,List<LogFiles>>
getLogFiles()
String
getUrlName()
String
getVersion()
String
getVersionOld()
int
getVms()
boolean
isRedirectSubprocessOutputToFile()
-
Methods inherited from class de.dagere.peass.ci.VisibleAction
getRun, onAttached, onLoad
-
-
-
-
Method Detail
-
getVersion
public String getVersion()
-
getVersionOld
public String getVersionOld()
-
getVms
public int getVms()
-
isRedirectSubprocessOutputToFile
public boolean isRedirectSubprocessOutputToFile()
-
getIconFileName
public String getIconFileName()
-
getDisplayName
public String getDisplayName()
-
getUrlName
public String getUrlName()
-
-