Uses of Package
org.jenkinsci.plugins.workflow.graph
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNode
s produced from a pipeline execution.APIs supporting the production and retrieval of log messages associated with Pipeline builds (
FlowExecutionOwner
) and individual steps (FlowNode
).-
-
ClassDescriptionEnd of a block.Together with
BlockEndNode
, designates some kind of nested structure that contains "children", which areFlowNode
s that are in betweenBlockStartNode
andBlockEndNode
One node in a flow graph.Interface 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
. -
ClassDescriptionEnd of a block.Together with
BlockEndNode
, designates some kind of nested structure that contains "children", which areFlowNode
s that are in betweenBlockStartNode
andBlockEndNode
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
. -
-