Class AbstractFileOrTextStep
- 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
-
- org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
- Direct Known Subclasses:
ReadCSVStep
,ReadJSONStep
,ReadManifestStep
,ReadPropertiesStep
,ReadTOMLStep
,ReadYamlStep
public abstract class AbstractFileOrTextStep extends AbstractFileStep
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AbstractFileOrTextStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
A String containing the formatted data.void
setText(String text)
A String containing the formatted data.-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileStep
getFile, setFile
-
-
-
-
Field Detail
-
text
protected String text
-
-