Class JLineupWebProperties
java.lang.Object
de.otto.jlineup.web.configuration.JLineupWebProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<de.otto.jlineup.browser.Browser.Type>intintinthashCode()booleanvoidsetChromeLaunchParameters(List<String> chromeLaunchParameters) voidsetCleanupProfile(boolean cleanupProfile) voidsetFirefoxLaunchParameters(List<String> firefoxLaunchParameters) voidsetInstalledBrowsers(List<de.otto.jlineup.browser.Browser.Type> installedBrowsers) voidsetMaxParallelJobs(int maxParallelJobs) voidsetMaxThreadsPerJob(int maxThreadsPerJob) voidsetReportDirectory(String reportDirectory) voidsetScreenshotsDirectory(String screenshotsDirectory) voidsetWorkingDirectory(String workingDirectory) toString()
-
Field Details
-
DEFAULT_MAX_PARALLEL_JOBS
public static final int DEFAULT_MAX_PARALLEL_JOBS- See Also:
-
DEFAULT_MAX_THREADS_PER_JOB
public static final int DEFAULT_MAX_THREADS_PER_JOB- See Also:
-
-
Constructor Details
-
JLineupWebProperties
public JLineupWebProperties()
-
-
Method Details
-
getWorkingDirectory
-
getScreenshotsDirectory
-
getReportDirectory
-
setWorkingDirectory
-
setScreenshotsDirectory
-
setReportDirectory
-
getMaxParallelJobs
public int getMaxParallelJobs() -
setMaxParallelJobs
public void setMaxParallelJobs(int maxParallelJobs) -
getInstalledBrowsers
-
setInstalledBrowsers
-
getMaxThreadsPerJob
public int getMaxThreadsPerJob() -
setMaxThreadsPerJob
public void setMaxThreadsPerJob(int maxThreadsPerJob) -
getChromeLaunchParameters
-
getFirefoxLaunchParameters
-
setFirefoxLaunchParameters
-
setChromeLaunchParameters
-
isCleanupProfile
public boolean isCleanupProfile() -
setCleanupProfile
public void setCleanupProfile(boolean cleanupProfile) -
equals
-
hashCode
public int hashCode() -
toString
-