Uses of Class
org.jenkinsci.plugins.workflow.graphanalysis.MemoryFlowChunk
Package
Description
Provides a library of methods to work with and analyze the graph of
FlowNode
s produced from a pipeline execution.-
Uses of MemoryFlowChunk in org.jenkinsci.plugins.workflow.graphanalysis
Modifier and TypeClassDescriptionclass
Corresponds to a parallel block, acts as an in-memory container that can plug into status/timing APIsModifier and TypeMethodDescriptionprotected void
StandardChunkVisitor.handleChunkDone
(MemoryFlowChunk chunk) Override me to do something once the chunk is finished (such as add it to a list).protected void
StandardChunkVisitor.resetChunk
(MemoryFlowChunk chunk) void
ParallelMemoryFlowChunk.setBranch
(String branchName, MemoryFlowChunk branchBlock)