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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled byFlowActionStorage.loadActions(FlowNode)when actions get loaded from persistent storage.Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
Constructor Details
-
BodyInvocationAction
public BodyInvocationAction()
-
-
Method Details
-
onLoad
Description copied from interface:FlowNodeActionCalled byFlowActionStorage.loadActions(FlowNode)when actions get loaded from persistent storage.This is more of an internal API between
FlowNodeandFlowExecution. Not allowed to be called from outside.- Specified by:
onLoadin interfaceFlowNodeAction
-