Package de.dagere.peass.ci
Class VisibleAction
- java.lang.Object
-
- de.dagere.peass.ci.VisibleAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
- Direct Known Subclasses:
InternalLogAction
,LogAction
,LogOverviewAction
,MeasurementOverviewAction
,MeasurementVisualizationAction
,PeassOverviewAction
,ProcessSuccessLogAction
,RCALogOverviewAction
,RCAVisualizationAction
,RTSLogAction
,RTSLogOverviewAction
,RTSTraceAction
,RTSVisualizationAction
public abstract class VisibleAction extends Object implements RunAction2
-
-
Field Summary
Fields Modifier and Type Field Description protected int
id
-
Constructor Summary
Constructors Constructor Description VisibleAction(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Run<?,?>
getRun()
This getter is required for run side panel displaying, even if the method is not called and there is no overridevoid
onAttached(Run<?,?> run)
void
onLoad(Run<?,?> run)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Method Detail
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoad
in interfaceRunAction2
-
getRun
public Run<?,?> getRun()
This getter is required for run side panel displaying, even if the method is not called and there is no override- Returns:
-
-