Class BodyInvocationAction
java.lang.Object
hudson.model.InvisibleAction
org.jenkinsci.plugins.workflow.actions.BodyInvocationAction
- All Implemented Interfaces:
Action
,ModelObject
,FlowNodeAction
,PersistentAction
public class BodyInvocationAction
extends InvisibleAction
implements FlowNodeAction, PersistentAction
Attached to
BlockStartNode
to indicate that this block
represents an invocation of body block.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called byFlowActionStorage.loadActions(FlowNode)
when actions get loaded from persistent storage.Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
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
-
Constructor Details
-
BodyInvocationAction
public BodyInvocationAction()
-
-
Method Details
-
onLoad
Description copied from interface:FlowNodeAction
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.- Specified by:
onLoad
in interfaceFlowNodeAction
-