Class NewNodeConsoleNote

  • All Implemented Interfaces:
    ExtensionPoint, Describable<ConsoleNote<?>>, Serializable

    @Restricted(org.kohsuke.accmod.restrictions.Beta.class)
    public class NewNodeConsoleNote
    extends ConsoleNote<WorkflowRun>
    Console line with note printed when a new FlowNode is added to the graph. Defines the pipeline-new-node CSS class and several attributes which may be used to control subsequent behavior:
    • nodeId for FlowNode.getId()
    • startId FlowNode.getId() for BlockStartNode, else BlockEndNode.getStartNode(), else absent
    • enclosingId the immediately enclosing BlockStartNode, if any
    • label for LabelAction if present
    See Also:
    LogStorage.startStep(java.lang.String), Serialized Form