Uses of Class
org.jenkinsci.plugins.workflow.graph.BlockEndNode
-
Uses of BlockEndNode in org.jenkinsci.plugins.workflow.flow
-
Uses of BlockEndNode in org.jenkinsci.plugins.workflow.graph
Modifier and TypeClassDescriptionclass
End of the entire program.class
Deprecated.unusedModifier and TypeMethodDescriptionBlockStartNode.getEndNode()
Return theBlockEndNode
for this block, or null if the block hasn't completed yet.GraphLookupView.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)