Klasse JLineupWebProperties
java.lang.Object
de.otto.jlineup.web.configuration.JLineupWebProperties
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intstatic final intstatic final int -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanList<de.otto.jlineup.browser.Browser.Type> intintintinthashCode()booleanvoidsetAllowedUrlPrefixes(List<String> allowedUrlPrefixes) voidsetChromeLaunchParameters(List<String> chromeLaunchParameters) voidsetCleanupProfile(boolean cleanupProfile) voidsetFirefoxLaunchParameters(List<String> firefoxLaunchParameters) voidsetInstalledBrowsers(List<de.otto.jlineup.browser.Browser.Type> installedBrowsers) voidsetLambda(JLineupWebLambdaProperties lambda) voidsetMaxParallelJobs(int maxParallelJobs) voidsetMaxPersistedRuns(int maxPersistedRuns) voidsetMaxThreadsPerJob(int maxThreadsPerJob) voidsetReportDirectory(String reportDirectory) voidsetScreenshotsDirectory(String screenshotsDirectory) voidsetWorkingDirectory(String workingDirectory) toString()
-
Felddetails
-
DEFAULT_MAX_PARALLEL_JOBS
public static final int DEFAULT_MAX_PARALLEL_JOBS- Siehe auch:
-
DEFAULT_MAX_THREADS_PER_JOB
public static final int DEFAULT_MAX_THREADS_PER_JOB- Siehe auch:
-
DEFAULT_MAX_PERSISTED_RUNS
public static final int DEFAULT_MAX_PERSISTED_RUNS- Siehe auch:
-
-
Konstruktordetails
-
JLineupWebProperties
public JLineupWebProperties()
-
-
Methodendetails
-
toString
-
equals
-
hashCode
public int hashCode() -
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) -
getLambda
-
setLambda
-
getMaxPersistedRuns
public int getMaxPersistedRuns() -
setMaxPersistedRuns
public void setMaxPersistedRuns(int maxPersistedRuns) -
getAllowedUrlPrefixes
-
setAllowedUrlPrefixes
-