Class BodyExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.BodyExecution
All Implemented Interfaces:
Serializable, Future<Object>

public abstract class BodyExecution extends Object implements Future<Object>, Serializable
Represents the executing body block of Step.

As a representation of asynchronous computation, this object implements Future, so that you can cancel the execution, install a listener, etc.

Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • BodyExecution

      public BodyExecution()
  • Method Details