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>
- Author:
- Stuart Rowe
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classAuto imports org.apache.commons.csv.* .static classWhitelists 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.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextSteptext
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepgetText, setTextMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileStepgetFile, setFileMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
ReadCSVStep@DataBoundConstructor public ReadCSVStep()
 
- 
- 
Method Details- 
getFormatpublic org.apache.commons.csv.CSVFormat getFormat()
- 
setFormat@DataBoundSetter public void setFormat(org.apache.commons.csv.CSVFormat format) 
- 
startpublic org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
- startin class- org.jenkinsci.plugins.workflow.steps.Step
- Throws:
- Exception
 
 
-