Interface FlowNodeAction
- All Superinterfaces:
Action
,ModelObject
- All Known Implementing Classes:
BodyInvocationAction
Action
that gets a reference to FlowNode
back
when it gets deserialized. The reference can be kept in a transient
field to access to FlowNode
(and from there, FlowExecution
,
and FlowExecutionOwner
)- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called byFlowActionStorage.loadActions(FlowNode)
when actions get loaded from persistent storage.Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Method Details
-
onLoad
Called byFlowActionStorage.loadActions(FlowNode)
when actions get loaded from persistent storage.This is more of an internal API between
FlowNode
andFlowExecution
. Not allowed to be called from outside.
-