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
-
Constructor Details
-
StepExecutionIteratorImpl
public StepExecutionIteratorImpl()
-
-
Method Details
-
apply
public com.google.common.util.concurrent.ListenableFuture<?> apply(com.google.common.base.Function<org.jenkinsci.plugins.workflow.steps.StepExecution, Void> f) - Specified by:
apply
in classorg.jenkinsci.plugins.workflow.steps.StepExecutionIterator
-