Class FilePathDynamicContext

java.lang.Object
org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<FilePath>
org.jenkinsci.plugins.workflow.support.steps.FilePathDynamicContext
All Implemented Interfaces:
ExtensionPoint, org.jenkinsci.plugins.workflow.steps.DynamicContext

@Extension(ordinal=100.0) public final class FilePathDynamicContext extends org.jenkinsci.plugins.workflow.steps.DynamicContext.Typed<FilePath>
Analogue of FilePathPickle. Allows a step body to save a representation of a workspace without forcing a particular FilePath.getChannel() to be used the whole time.