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
FlowNodes produced from a pipeline execution.-
Uses of MemoryFlowChunk in org.jenkinsci.plugins.workflow.graphanalysis
Subclasses of MemoryFlowChunk in org.jenkinsci.plugins.workflow.graphanalysisModifier and TypeClassDescriptionclassCorresponds 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 voidStandardChunkVisitor.handleChunkDone(MemoryFlowChunk chunk) Override me to do something once the chunk is finished (such as add it to a list).protected voidStandardChunkVisitor.resetChunk(MemoryFlowChunk chunk) voidParallelMemoryFlowChunk.setBranch(String branchName, MemoryFlowChunk branchBlock)