Class NewNodeConsoleNote

java.lang.Object
hudson.console.ConsoleNote<WorkflowRun>
org.jenkinsci.plugins.workflow.job.console.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: