Interface FlowChunkWithContext
- All Superinterfaces:
FlowChunk
- All Known Implementing Classes:
MemoryFlowChunk
,ParallelMemoryFlowChunk
FlowChunk with information about what comes before/after
-
Method Summary
Modifier and TypeMethodDescriptionReturn the node after this chunk, or null if it is the endReturn the node before this chunk, or null if it is the beginningMethods inherited from interface org.jenkinsci.plugins.workflow.graphanalysis.FlowChunk
getFirstNode, getLastNode
-
Method Details
-
getNodeBefore
Return the node before this chunk, or null if it is the beginning -
getNodeAfter
Return the node after this chunk, or null if it is the end
-