Class LambdaRequestPayload


  • public class LambdaRequestPayload
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      de.otto.jlineup.config.JobConfig jobConfig  
      java.lang.String runId  
      de.otto.jlineup.browser.ScreenshotContext screenshotContext  
      de.otto.jlineup.config.RunStep step  
    • Constructor Summary

      Constructors 
      Constructor Description
      LambdaRequestPayload()  
      LambdaRequestPayload​(java.lang.String runId, de.otto.jlineup.config.JobConfig jobConfig, de.otto.jlineup.browser.ScreenshotContext screenshotContext, de.otto.jlineup.config.RunStep step)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • runId

        public final java.lang.String runId
      • jobConfig

        public final de.otto.jlineup.config.JobConfig jobConfig
      • screenshotContext

        public final de.otto.jlineup.browser.ScreenshotContext screenshotContext
      • step

        public final de.otto.jlineup.config.RunStep step
    • Constructor Detail

      • LambdaRequestPayload

        public LambdaRequestPayload​(java.lang.String runId,
                                    de.otto.jlineup.config.JobConfig jobConfig,
                                    de.otto.jlineup.browser.ScreenshotContext screenshotContext,
                                    de.otto.jlineup.config.RunStep step)
      • LambdaRequestPayload

        public LambdaRequestPayload()