Class FlowExecutionList

java.lang.Object
org.jenkinsci.plugins.workflow.flow.FlowExecutionList
All Implemented Interfaces:
Iterable<FlowExecution>

@Extension public class FlowExecutionList extends Object implements Iterable<FlowExecution>
Tracks the running FlowExecutions so that it can be enumerated.
Author:
Kohsuke Kawaguchi