Uses of Class
org.jenkinsci.plugins.workflow.graphanalysis.MemoryFlowChunk
Packages that use 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
Subclasses of MemoryFlowChunk in org.jenkinsci.plugins.workflow.graphanalysisModifier and TypeClassDescriptionclass
Corresponds to a parallel block, acts as an in-memory container that can plug into status/timing APIsFields in org.jenkinsci.plugins.workflow.graphanalysis declared as MemoryFlowChunkMethods in org.jenkinsci.plugins.workflow.graphanalysis that return types with arguments of type MemoryFlowChunkMethods in org.jenkinsci.plugins.workflow.graphanalysis with parameters of type MemoryFlowChunkModifier 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)