Class ReadCSVStep

    • Constructor Detail

      • ReadCSVStep

        @DataBoundConstructor
        public ReadCSVStep()
    • Method Detail

      • 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:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception