public abstract class StepExecutionIterator extends Object implements hudson.ExtensionPoint
StepExecution
s in the system.StepExecution.applyAll(Class, Function)
Constructor and Description |
---|
StepExecutionIterator() |
Modifier and Type | Method and Description |
---|---|
static hudson.ExtensionList<StepExecutionIterator> |
all() |
abstract com.google.common.util.concurrent.ListenableFuture<?> |
apply(com.google.common.base.Function<StepExecution,Void> f)
Finds all the ongoing
StepExecution and apply the function. |
public abstract com.google.common.util.concurrent.ListenableFuture<?> apply(com.google.common.base.Function<StepExecution,Void> f)
StepExecution
and apply the function.
The control flow is inverted because a major use case (workflow) loads
StepExecution
s asynchronously (for example when workflow run
is blocked trying to restore pickles.)ListenableFuture
to signal the completion of the application.public static hudson.ExtensionList<StepExecutionIterator> all()
Copyright © 2016–2017. All rights reserved.