Class ReadCSVStep.PackageAutoImporter

java.lang.Object
org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
org.jenkinsci.plugins.pipeline.utility.steps.csv.ReadCSVStep.PackageAutoImporter
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
ReadCSVStep

@Extension(optional=true) public static class ReadCSVStep.PackageAutoImporter extends org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Auto imports org.apache.commons.csv.* .
  • Constructor Details

    • PackageAutoImporter

      public PackageAutoImporter()
  • Method Details

    • customizeImports

      public void customizeImports(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution context, org.codehaus.groovy.control.customizers.ImportCustomizer ic)
      Overrides:
      customizeImports in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator