Package org.jenkinsci.plugins.workflow.support.storage
package org.jenkinsci.plugins.workflow.support.storage
-
ClassesClassDescription
FlowNodeStorage
implementation that stores all theFlowNode
s together in one file for efficient bulk I/OAbstraction of various ways to persistFlowNode
, for thoseFlowExecution
s who want to store them within Jenkins.FlowNodeStorage
that stores one node per one file.