Package org.jenkinsci.plugins.workflow.log

APIs supporting the production and retrieval of log messages associated with Pipeline builds (FlowExecutionOwner) and individual steps (FlowNode).

Note that the term “step” is used loosely in documentation here to refer to a FlowNode, which is only precise in the case of AtomNodes. Block-scoped Steps which use BodyInvoker can be producing output interleaved with their children, something the FlowNode.getId() should track.

See Also:
JEP-210