Class RunnerSettings
- java.lang.Object
-
- com.applitools.eyes.universal.settings.RunnerSettings
-
public class RunnerSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description RunnerSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseAgentId()String[]getCommands()StringgetCwd()EnvironmentSettingsgetEnvironment()AbstractSDKListenergetListener()StringgetProtocol()StringgetVersion()
-
-
-
Method Detail
-
getCwd
public String getCwd()
-
getVersion
public String getVersion()
-
getProtocol
public String getProtocol()
-
getListener
public AbstractSDKListener getListener()
-
getBaseAgentId
public String getBaseAgentId()
-
getCommands
public String[] getCommands()
-
getEnvironment
public EnvironmentSettings getEnvironment()
-
-