Class JLineup

java.lang.Object
de.otto.jlineup.cli.JLineup
All Implemented Interfaces:
Callable<Integer>

public class JLineup extends Object implements Callable<Integer>
  • Constructor Details

    • JLineup

      public JLineup()
  • Method Details

    • getWorkingDirectory

      public String getWorkingDirectory()
    • getScreenshotDirectory

      public String getScreenshotDirectory()
    • getReportDirectory

      public String getReportDirectory()
    • getMergeConfigFile

      public String getMergeConfigFile()
    • isAfter

      public boolean isAfter()
    • isBefore

      public boolean isBefore()
    • isJustCompare

      public boolean isJustCompare()
    • isHelp

      public boolean isHelp()
    • getStep

      public de.otto.jlineup.config.RunStep getStep()
    • getUrlReplacements

      public Map<String,String> getUrlReplacements()
    • getUrl

      public String getUrl()
    • isPrintConfig

      public boolean isPrintConfig()
    • isDebug

      public boolean isDebug()
    • isLogToFile

      public boolean isLogToFile()
    • isVersion

      public boolean isVersion()
    • getChromeParameters

      public List<String> getChromeParameters()
    • getFirefoxParameters

      public List<String> getFirefoxParameters()
    • isPrintExample

      public boolean isPrintExample()
    • isOpenReport

      public boolean isOpenReport()
    • isKeepExisting

      public boolean isKeepExisting()
    • getRefreshUrl

      public String getRefreshUrl()
    • getBrowserOverride

      public String getBrowserOverride()
    • isCleanupProfile

      public boolean isCleanupProfile()
    • setCleanupProfile

      public void setCleanupProfile(boolean cleanupProfile)
    • equals

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

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

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

      public Integer call() throws Exception
      Specified by:
      call in interface Callable<Integer>
      Throws:
      Exception