Package | Description |
---|---|
org.jenkinsci.plugins.workflow.steps |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStepExecutionImpl
Partial implementation of
StepExecution that injects StepContextParameter upon resume. |
class |
AbstractSynchronousNonBlockingStepExecution<T>
Deprecated.
Extend
SynchronousNonBlockingStepExecution and avoid Guice. |
class |
AbstractSynchronousStepExecution<T>
Deprecated.
Extend
SynchronousStepExecution and avoid Guice. |
class |
SynchronousNonBlockingStepExecution<T>
Similar to
SynchronousStepExecution (it executes synchronously too) but it does not block the CPS VM thread. |
class |
SynchronousStepExecution<T>
StepExecution that always executes synchronously. |
Modifier and Type | Method and Description |
---|---|
static <T extends StepExecution> |
StepExecution.applyAll(Class<T> type,
com.google.common.base.Function<T,Void> f)
Applies only to the specific subtypes.
|
Modifier and Type | Method and Description |
---|---|
abstract StepExecution |
Step.start(StepContext context)
Start execution of something and report the end result back to the given callback.
|
StepExecution |
AbstractStepImpl.start(StepContext context)
Deprecated.
Constructs a step execution automatically according to
AbstractStepDescriptorImpl.getExecutionType() . |
Modifier and Type | Method and Description |
---|---|
abstract Collection<StepExecution> |
BodyExecution.getCurrentExecutions()
Returns the inner-most
StepExecution s that are currently executing. |
Class<? extends StepExecution> |
AbstractStepDescriptorImpl.getExecutionType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.util.concurrent.ListenableFuture<?> |
StepExecutionIterator.apply(com.google.common.base.Function<StepExecution,Void> f)
Finds all the ongoing
StepExecution and apply the function. |
static com.google.common.util.concurrent.ListenableFuture<?> |
StepExecution.applyAll(com.google.common.base.Function<StepExecution,Void> f)
Apply the given function to all the active running
StepExecution s in the system. |
Constructor and Description |
---|
AbstractStepDescriptorImpl(Class<? extends StepExecution> executionType)
Deprecated.
|
Copyright © 2016–2017. All rights reserved.