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