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 Summary
Nested 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.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStep
text -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStep
getText, setTextMethods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileStep
getFile, setFileMethods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
ReadCSVStep
@DataBoundConstructor public ReadCSVStep()
-
-
Method Details
-
getFormat
public org.apache.commons.csv.CSVFormat getFormat() -
setFormat
@DataBoundSetter public void setFormat(org.apache.commons.csv.CSVFormat format) -
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-