Class StandardGraphLookupView

java.lang.Object
org.jenkinsci.plugins.workflow.graph.StandardGraphLookupView
All Implemented Interfaces:
ExtensionPoint, GraphListener, GraphListener.Synchronous, GraphLookupView

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class StandardGraphLookupView extends Object implements GraphLookupView, GraphListener, GraphListener.Synchronous
Provides overall insight into the structure of a flow graph... but with limited visibility so we can change implementation. Designed to work entirely on the basis of the FlowNode.getId() rather than the FlowNodes themselves.