Class LambdaRunner


  • public class LambdaRunner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LambdaRunner​(de.otto.jlineup.config.JobConfig jobConfig, de.otto.jlineup.RunStepConfig runStepConfig, de.otto.jlineup.browser.ScreenshotContext screenshotContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LambdaRunner

        public LambdaRunner​(de.otto.jlineup.config.JobConfig jobConfig,
                            de.otto.jlineup.RunStepConfig runStepConfig,
                            de.otto.jlineup.browser.ScreenshotContext screenshotContext)
                     throws de.otto.jlineup.exceptions.ValidationError
        Throws:
        de.otto.jlineup.exceptions.ValidationError
    • Method Detail

      • run

        public boolean run()