Klasse AbstractExecution<T>

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
io.jenkins.plugins.util.AbstractExecution<T>
Typparameter:
T - the type of the return value (use Void if no return value is available)
Alle implementierten Schnittstellen:
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.
Autor:
Ullrich Hafner
Siehe auch: