Uses of Class
org.jenkinsci.plugins.workflow.graph.BlockEndNode
Packages that use BlockEndNode
-
Uses of BlockEndNode in org.jenkinsci.plugins.workflow.flow
Methods in org.jenkinsci.plugins.workflow.flow that return BlockEndNode -
Uses of BlockEndNode in org.jenkinsci.plugins.workflow.graph
Subclasses of BlockEndNode in org.jenkinsci.plugins.workflow.graphModifier and TypeClassDescriptionclass
End of the entire program.class
Deprecated.unusedMethods in org.jenkinsci.plugins.workflow.graph that return BlockEndNodeModifier 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)