Package de.dagere.peass.ci.logs
Class InternalLogAction
- java.lang.Object
-
- de.dagere.peass.ci.VisibleAction
-
- de.dagere.peass.ci.logs.InternalLogAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class InternalLogAction extends VisibleAction
Presents logs of Peass processes, i.e. regression test selection, measurement and root cause analysis- Author:
- dagere
-
-
Field Summary
-
Fields inherited from class de.dagere.peass.ci.VisibleAction
id
-
-
Constructor Summary
Constructors Constructor Description InternalLogAction(int id, String displayName, String title, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getText()
String
getTitle()
String
getUrlName()
-
Methods inherited from class de.dagere.peass.ci.VisibleAction
getRun, onAttached, onLoad
-
-