Class DefaultStepContext

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepContext
org.jenkinsci.plugins.workflow.support.DefaultStepContext
All Implemented Interfaces:
com.google.common.util.concurrent.FutureCallback<Object>, Serializable

public abstract class DefaultStepContext extends org.jenkinsci.plugins.workflow.steps.StepContext
Partial implementation of step context.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract <T> T
    doGet(Class<T> key)
    The actual logic of get(java.lang.Class<T>), such as retrieving overrides passed to StepContext.newBodyInvoker().
    final <T> T
    get(Class<T> key)
    Uses doGet(java.lang.Class<T>) but automatically translates certain kinds of objects into others.
    protected abstract org.jenkinsci.plugins.workflow.flow.FlowExecution
    Finds the associated execution.
    protected abstract org.jenkinsci.plugins.workflow.graph.FlowNode
    Finds the associated node.

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepContext

    equals, hasBody, hashCode, isReady, newBodyInvoker, onSuccess, saveState, setResult

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.common.util.concurrent.FutureCallback

    onFailure