Class JLineupWebProperties

java.lang.Object
de.otto.jlineup.web.configuration.JLineupWebProperties

@ConfigurationProperties(prefix="jlineup") public class JLineupWebProperties extends Object
  • 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:
    • DEFAULT_MAX_PERSISTED_RUNS

      public static final int DEFAULT_MAX_PERSISTED_RUNS
      See Also:
  • Constructor Details

    • JLineupWebProperties

      public JLineupWebProperties()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getWorkingDirectory

      public String getWorkingDirectory()
    • getScreenshotsDirectory

      public String getScreenshotsDirectory()
    • getReportDirectory

      public String getReportDirectory()
    • setWorkingDirectory

      public void setWorkingDirectory(String workingDirectory)
    • setScreenshotsDirectory

      public void setScreenshotsDirectory(String screenshotsDirectory)
    • setReportDirectory

      public void setReportDirectory(String reportDirectory)
    • getMaxParallelJobs

      public int getMaxParallelJobs()
    • setMaxParallelJobs

      public void setMaxParallelJobs(int maxParallelJobs)
    • getInstalledBrowsers

      public List<de.otto.jlineup.browser.Browser.Type> getInstalledBrowsers()
    • setInstalledBrowsers

      public void setInstalledBrowsers(List<de.otto.jlineup.browser.Browser.Type> installedBrowsers)
    • getMaxThreadsPerJob

      public int getMaxThreadsPerJob()
    • setMaxThreadsPerJob

      public void setMaxThreadsPerJob(int maxThreadsPerJob)
    • getChromeLaunchParameters

      public List<String> getChromeLaunchParameters()
    • getFirefoxLaunchParameters

      public List<String> getFirefoxLaunchParameters()
    • setFirefoxLaunchParameters

      public void setFirefoxLaunchParameters(List<String> firefoxLaunchParameters)
    • setChromeLaunchParameters

      public void setChromeLaunchParameters(List<String> chromeLaunchParameters)
    • isCleanupProfile

      public boolean isCleanupProfile()
    • setCleanupProfile

      public void setCleanupProfile(boolean cleanupProfile)
    • getLambda

      public JLineupWebLambdaProperties getLambda()
    • setLambda

      public void setLambda(JLineupWebLambdaProperties lambda)
    • getMaxPersistedRuns

      public int getMaxPersistedRuns()
    • setMaxPersistedRuns

      public void setMaxPersistedRuns(int maxPersistedRuns)
    • getAllowedUrlPrefixes

      public List<String> getAllowedUrlPrefixes()
    • setAllowedUrlPrefixes

      public void setAllowedUrlPrefixes(List<String> allowedUrlPrefixes)