Uses of Class
org.jenkinsci.plugins.workflow.graph.BlockStartNode
Packages that use BlockStartNode
-
Uses of BlockStartNode in org.jenkinsci.plugins.workflow.flow
Methods in org.jenkinsci.plugins.workflow.flow that return BlockStartNodeMethods in org.jenkinsci.plugins.workflow.flow that return types with arguments of type BlockStartNodeModifier and TypeMethodDescriptionFlowExecution.findAllEnclosingBlockStarts(FlowNode node) FlowExecution.iterateEnclosingBlocks(FlowNode node) Methods in org.jenkinsci.plugins.workflow.flow with parameters of type BlockStartNode -
Uses of BlockStartNode in org.jenkinsci.plugins.workflow.graph
Classes in org.jenkinsci.plugins.workflow.graph with type parameters of type BlockStartNodeModifier and TypeClassDescriptionclassBlockEndNode<START extends BlockStartNode>End of a block.Subclasses of BlockStartNode in org.jenkinsci.plugins.workflow.graphModifier and TypeClassDescriptionclassStart of the entire flow.classDeprecated.unusedMethods in org.jenkinsci.plugins.workflow.graph that return BlockStartNodeModifier and TypeMethodDescriptionGraphLookupView.findEnclosingBlockStart(FlowNode node) Find the immediately enclosingBlockStartNodearound aFlowNodeStandardGraphLookupView.findEnclosingBlockStart(FlowNode node) Methods in org.jenkinsci.plugins.workflow.graph that return types with arguments of type BlockStartNodeModifier 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 enclosingBlockStartNodes, 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 anIterableover 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()Methods in org.jenkinsci.plugins.workflow.graph with parameters of type BlockStartNodeModifier 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)