Class WriteCSVStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.pipeline.utility.steps.csv.WriteCSVStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class WriteCSVStep extends org.jenkinsci.plugins.workflow.steps.Step
Writes a List of String Arrays to file in the current working directory.- Author:
- Stuart Rowe
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WriteCSVStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description WriteCSVStep(String file, Iterable<?> records)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFile()
org.apache.commons.csv.CSVFormat
getFormat()
Iterable<?>
getRecords()
void
setFormat(org.apache.commons.csv.CSVFormat format)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-