- All Implemented Interfaces:
- org.jenkinsci.plugins.workflow.graph.FlowActionStorage
- Direct Known Subclasses:
- SimpleXStreamFlowNodeStorage
public abstract class FlowNodeStorage
extends Object
implements org.jenkinsci.plugins.workflow.graph.FlowActionStorage
Abstraction of various ways to persist FlowNode
, for those FlowExecution
s
who wants to store them within Jenkins.
A flow graph has a characteristic that it's additive.
This is clearly a useful internal abstraction to decouple FlowDefinition
implementation
from storage mechanism, but not sure if this should be exposed to users.
- Author:
- Kohsuke Kawaguchi