Package de.otto.jlineup.config
Class JobConfig.Builder
java.lang.Object
de.otto.jlineup.config.JobConfig.Builder
- Enclosing class:
- JobConfig
-
Method Summary
Modifier and TypeMethodDescriptionaddUrlConfig(String url, UrlConfig urlConfig) build()withBrowser(Browser.Type val) withCheckForErrorsInLog(boolean val) withDebug(boolean val) withGlobalTimeout(int val) withGlobalWaitAfterPageLoad(float val) withLogToFile(boolean val) withPageLoadTimeout(int val) withReportFormat(int val) withScreenshotRetries(int val) withThreads(int val) withWindowHeight(Integer val)
-
Method Details
-
withName
-
withUrls
-
withBrowser
-
withGlobalWaitAfterPageLoad
-
withPageLoadTimeout
-
withWindowHeight
-
withReportFormat
-
withScreenshotRetries
-
withThreads
-
withDebug
-
withLogToFile
-
withGlobalTimeout
-
withCheckForErrorsInLog
-
withHttpCheck
-
build
-
addUrlConfig
-