Package de.otto.jlineup.lambda
Class LambdaRequestPayload
java.lang.Object
de.otto.jlineup.lambda.LambdaRequestPayload
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal de.otto.jlineup.config.JobConfigfinal Stringfinal de.otto.jlineup.browser.ScreenshotContextfinal de.otto.jlineup.config.Step -
Constructor Summary
ConstructorsConstructorDescriptionLambdaRequestPayload(String runId, de.otto.jlineup.config.JobConfig jobConfig, de.otto.jlineup.browser.ScreenshotContext screenshotContext, de.otto.jlineup.config.Step step) -
Method Summary
-
Field Details
-
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.Step step
-
-
Constructor Details
-
LambdaRequestPayload
public LambdaRequestPayload(String runId, de.otto.jlineup.config.JobConfig jobConfig, de.otto.jlineup.browser.ScreenshotContext screenshotContext, de.otto.jlineup.config.Step step) -
LambdaRequestPayload
public LambdaRequestPayload()
-