Uses of Class
org.jenkinsci.plugins.workflow.graph.BlockStartNode
-
Uses of BlockStartNode in org.jenkinsci.plugins.workflow.flow
Modifier and TypeMethodDescriptionFlowExecution.findAllEnclosingBlockStarts
(FlowNode node) FlowExecution.iterateEnclosingBlocks
(FlowNode node) -
Uses of BlockStartNode in org.jenkinsci.plugins.workflow.graph
Modifier and TypeClassDescriptionclass
BlockEndNode<START extends BlockStartNode>
End of a block.Modifier and TypeClassDescriptionclass
Start of the entire flow.class
Deprecated.unusedModifier and TypeMethodDescriptionGraphLookupView.findEnclosingBlockStart
(FlowNode node) Find the immediately enclosingBlockStartNode
around aFlowNode
StandardGraphLookupView.findEnclosingBlockStart
(FlowNode node) Modifier and TypeMethodDescriptionGraphLookupView.findAllEnclosingBlockStarts
(FlowNode node) Return all enclosing block start nodes, as withGraphLookupView.findEnclosingBlockStart(FlowNode)
.StandardGraphLookupView.findAllEnclosingBlockStarts
(FlowNode node) List<? extends BlockStartNode>
FlowNode.getEnclosingBlocks()
Get the list of enclosingBlockStartNode
s, starting from innermost, for this node.FlowNode.iterateEnclosingBlocks()
Return an iterator over all enclosing blocks, from the nearest-enclosing outward ("inside-out" order).GraphLookupView.iterateEnclosingBlocks
(FlowNode node) Provide anIterable
over all enclosing blocks, which can be used similarly toGraphLookupView.findAllEnclosingBlockStarts(FlowNode)
but does lazy fetches rather than materializing a full result.StandardGraphLookupView.iterateEnclosingBlocks
(FlowNode node) GraphLookupView.EnclosingBlocksIterable.iterator()
Modifier and TypeMethodDescriptionGraphLookupView.getEndNode
(BlockStartNode startNode) Find the end node corresponding to a start node, and can be used to tell if the block is completed.StandardGraphLookupView.getEndNode
(BlockStartNode startNode)