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 StepExecutions running inside FlowExecution.
  • 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 class org.jenkinsci.plugins.workflow.steps.StepExecutionIterator