public class WriteCSVStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteCSVStep.DescriptorImpl |
| Constructor and Description |
|---|
WriteCSVStep(String file,
Iterable<?> records) |
| Modifier and Type | Method and 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) |
Copyright © 2016–2020. All rights reserved.