Class AbstractFileStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileStep
- All Implemented Interfaces:
- ExtensionPoint,- Describable<org.jenkinsci.plugins.workflow.steps.Step>
- Direct Known Subclasses:
- AbstractFileCompressStep,- AbstractFileDecompressStep,- AbstractFileOrTextStep
public abstract class AbstractFileStep
extends org.jenkinsci.plugins.workflow.steps.Step
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor, start
- 
Constructor Details- 
AbstractFileSteppublic AbstractFileStep()
 
- 
- 
Method Details- 
getFileThe path to a file in the workspace to read from.- Returns:
- the path
 
- 
setFileThe path to a file in the workspace to read from.- Parameters:
- file- the path
 
 
-