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 Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AbstractFileStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFile()The path to a file in the workspace to read from.voidsetFile(String file)The path to a file in the workspace to read from.
-