Package org.jenkinsci.plugins.workflow.graph
package org.jenkinsci.plugins.workflow.graph
-
ClassDescriptionFlowNode that has no further FlowNodes inside.BlockEndNode<START extends BlockStartNode>End of a block.Together with
BlockEndNode
, designates some kind of nested structure that contains "children", which areFlowNode
s that are in betweenBlockStartNode
andBlockEndNode
End of the entire program.Visits a graph of flow nodes and iterates nodes in them.One node in a flow graph.Start of the entire flow.Deprecated.unusedInterface that can be exposed by objects providing means to easily look up information about the structure of a pipeline run Usually this is scoped to a specificFlowExecution
.Provides a trivial implementation to facilitate implementingGraphLookupView.iterateEnclosingBlocks(FlowNode)
Deprecated.unusedProvides overall insight into the structure of a flow graph...Optional interface for aFlowNode
that has an associatedStepDescriptor
.