Class AbstractExecution<T>

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
io.jenkins.plugins.util.AbstractExecution<T>
Type Parameters:
T - the type of the return value (use Void if no return value is available)
All Implemented Interfaces:
Serializable

public abstract class AbstractExecution<T> extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
Base class for step executions. Provides several helper methods to obtain the defined context elements.
Author:
Ullrich Hafner
See Also: