Class ExecutorStepDynamicContext.NodeTranslator

java.lang.Object
org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<Node>
org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.NodeTranslator
All Implemented Interfaces:
ExtensionPoint, org.jenkinsci.plugins.workflow.steps.DynamicContext
Enclosing class:
ExecutorStepDynamicContext

@Extension public static final class ExecutorStepDynamicContext.NodeTranslator extends org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<Node>
Need not use ExecutorStepDynamicContext.Translator since we can serve a Node even when offline. Overrides default behavior in DefaultStepContext which would delegate to ExecutorStepDynamicContext.ComputerTranslator.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jenkinsci.plugins.workflow.steps.DynamicContext

    org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext, org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<T extends Object>

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Node
    get(org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext context)
     
    protected Class<Node>
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed

    get

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NodeTranslator

      public NodeTranslator()
  • Method Details