Class FlowExecutionList.StepExecutionIteratorImpl
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecutionIterator
org.jenkinsci.plugins.workflow.flow.FlowExecutionList.StepExecutionIteratorImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FlowExecutionList
@Extension
public static class FlowExecutionList.StepExecutionIteratorImpl
extends org.jenkinsci.plugins.workflow.steps.StepExecutionIterator
Enumerates
StepExecution
s running inside FlowExecution
.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecutionIterator
all, apply
-
Constructor Details
-
StepExecutionIteratorImpl
public StepExecutionIteratorImpl()
-
-
Method Details
-
accept
public com.google.common.util.concurrent.ListenableFuture<?> accept(Consumer<org.jenkinsci.plugins.workflow.steps.StepExecution> c) - Overrides:
accept
in classorg.jenkinsci.plugins.workflow.steps.StepExecutionIterator
-