Class ReadCSVStep
- 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
-
- org.jenkinsci.plugins.pipeline.utility.steps.csv.ReadCSVStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class ReadCSVStep extends AbstractFileOrTextStep
- Author:
- Stuart Rowe
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReadCSVStep.DescriptorImpl
static class
ReadCSVStep.PackageAutoImporter
Auto imports org.apache.commons.csv.* .static class
ReadCSVStep.WhiteLister
Whitelists various non static setters, getters, constructors and static fields for the CSVFormat and CSVRecord classes in the org.apache.commons.csv package.-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStep
text
-
-
Constructor Summary
Constructors Constructor Description ReadCSVStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.csv.CSVFormat
getFormat()
void
setFormat(org.apache.commons.csv.CSVFormat format)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStep
getText, setText
-
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileStep
getFile, setFile
-
-