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 SummaryNested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepgetDescriptor
- 
Constructor Details- 
WriteCSVStep
 
- 
- 
Method Details- 
getFile
- 
getRecords
- 
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
 
 
-