Uses of Class
org.jenkinsci.plugins.workflow.support.storage.FlowNodeStorage
Packages that use FlowNodeStorage
-
Uses of FlowNodeStorage in org.jenkinsci.plugins.workflow.support.storage
Subclasses of FlowNodeStorage in org.jenkinsci.plugins.workflow.support.storageModifier and TypeClassDescriptionclass
FlowNodeStorage
implementation that stores all theFlowNode
s together in one file for efficient bulk I/Oclass
FlowNodeStorage
that stores one node per one file.