Class ExecutorStepDynamicContext.FilePathTranslator
java.lang.Object
org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<FilePath>
org.jenkinsci.plugins.workflow.support.steps.ExecutorStepDynamicContext.FilePathTranslator
- All Implemented Interfaces:
ExtensionPoint,org.jenkinsci.plugins.workflow.steps.DynamicContext
- Enclosing class:
ExecutorStepDynamicContext
@Extension
public static final class ExecutorStepDynamicContext.FilePathTranslator
extends org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<FilePath>
-
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>Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed
get
-
Constructor Details
-
FilePathTranslator
public FilePathTranslator()
-
-
Method Details
-
type
- Specified by:
typein classorg.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<FilePath>
-
get
protected FilePath get(org.jenkinsci.plugins.workflow.steps.DynamicContext.DelegatedContext context) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-