Class Jelly


  • public final class Jelly
    extends Object
    Jelly driver.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • Jelly

        public Jelly​(Class baseClass,
                     String resourceName)
      • Jelly

        public Jelly​(URL script)
    • Method Detail

      • set

        public void set​(String name,
                        Object value)
        Exports a variable to the jelly script
      • run

        public void run​(File output)
                 throws Exception
        Runs the jelly script and generates the result into a file.
        Throws:
        Exception