Class FlowGraphWalker
java.lang.Object
org.jenkinsci.plugins.workflow.graph.FlowGraphWalker
Visits a graph of flow nodes and iterates nodes in them.
- Author:
 - Kohsuke Kawaguchi
 
- 
Constructor Details
- 
FlowGraphWalker
 - 
FlowGraphWalker
public FlowGraphWalker() 
 - 
 - 
Method Details
- 
addHead
 - 
addHeads
 - 
next
Deprecated.This class isIterablenow. Useiterator()instead.Each time this method is called, it returns a new node until all the nodes are visited, in which case this method returns null. - 
iterator
UnlikeIterable.iterator(), this may be iterated only once. 
 - 
 
Iterablenow.