Class GroovyRunner

  • All Implemented Interfaces:
    SweeperProducer

    public class GroovyRunner
    extends Object
    implements SweeperProducer
    Runs a groovy file to setup a parameter sweep.
    Author:
    Nick Collier
    • Constructor Detail

      • GroovyRunner

        public GroovyRunner​(File script)
    • Method Detail

      • init

        public void init​(ControllerRegistry registry,
                         Object masterContextId)
        Initializes the producer with the controller registry and master context id. An action will be added to the registry. This action sets the RunState on any CustomParameterSetters found in the sweeper.
        Specified by:
        init in interface SweeperProducer
        Parameters:
        registry -
        masterContextId -