Class LogAction

java.lang.Object
org.jenkinsci.plugins.workflow.actions.LogAction
All Implemented Interfaces:
Action, ModelObject, PersistentAction

public abstract class LogAction extends Object implements PersistentAction
Associated with a node which has some log text. So if StepContext is asked for TaskListener, the FlowExecution should attach this action to the contextual FlowNode.