Class ReadCSVStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<T>
org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution<List<org.apache.commons.csv.CSVRecord>>
org.jenkinsci.plugins.pipeline.utility.steps.csv.ReadCSVStepExecution
- All Implemented Interfaces:
Serializable
public class ReadCSVStepExecution
extends AbstractFileOrTextStepExecution<List<org.apache.commons.csv.CSVRecord>>
- Author:
- Stuart Rowe
- See Also:
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
ws -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReadCSVStepExecution(ReadCSVStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.pipeline.utility.steps.AbstractFileOrTextStepExecution
runMethods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
blocksRestart, getStatus, onResume, start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, getContext, getStatusBounded
-
Constructor Details
-
ReadCSVStepExecution
protected ReadCSVStepExecution(@NonNull ReadCSVStep step, @NonNull org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
Method Details
-
doRun
- Specified by:
doRunin classAbstractFileOrTextStepExecution<List<org.apache.commons.csv.CSVRecord>>- Throws:
Exception
-