public class RunnerOptions extends Object
| Constructor and Description |
|---|
RunnerOptions() |
| Modifier and Type | Method and Description |
|---|---|
RunnerOptions |
apiKey(String apiKey) |
RunnerOptions |
autProxy(com.applitools.eyes.AbstractProxySettings autProxy)
Setting a separated proxy for requests made to non-eyes domains.
|
RunnerOptions |
autProxy(com.applitools.eyes.AbstractProxySettings autProxy,
String[] domains)
Setting a separated proxy for requests sent to the given domains.
|
RunnerOptions |
autProxy(com.applitools.eyes.AbstractProxySettings autProxy,
String[] domains,
com.applitools.eyes.AutProxyMode mode)
Setting a separated proxy for requests sent to the given domains (if mode is
AutProxyMode.ALLOW
or for requests sent to domains other than the given domains (if mode is AutProxyMode.BLOCK. |
RunnerOptions |
autProxy(com.applitools.eyes.AutProxySettings autProxy) |
String |
getApiKey() |
com.applitools.eyes.AutProxySettings |
getAutProxy() |
com.applitools.eyes.LogHandler |
getLogHandler() |
com.applitools.eyes.AbstractProxySettings |
getProxy() |
String |
getServerUrl() |
Integer |
getTestConcurrency() |
RunnerOptions |
logHandler(com.applitools.eyes.LogHandler logHandler) |
RunnerOptions |
proxy(com.applitools.eyes.AbstractProxySettings proxySettings) |
RunnerOptions |
serverUrl(String serverUrl) |
RunnerOptions |
testConcurrency(int testConcurrency) |
public RunnerOptions testConcurrency(int testConcurrency)
public Integer getTestConcurrency()
public RunnerOptions apiKey(String apiKey)
public String getApiKey()
public RunnerOptions serverUrl(String serverUrl)
public String getServerUrl()
public RunnerOptions proxy(com.applitools.eyes.AbstractProxySettings proxySettings)
public com.applitools.eyes.AbstractProxySettings getProxy()
public RunnerOptions autProxy(com.applitools.eyes.AbstractProxySettings autProxy)
public RunnerOptions autProxy(com.applitools.eyes.AbstractProxySettings autProxy, String[] domains)
autProxy(AbstractProxySettings)public RunnerOptions autProxy(com.applitools.eyes.AbstractProxySettings autProxy, String[] domains, com.applitools.eyes.AutProxyMode mode)
AutProxyMode.ALLOW
or for requests sent to domains other than the given domains (if mode is AutProxyMode.BLOCK.
If the AUT proxy is set, it cannot be changed again for those specific requests by any means.
If AUT proxy is set to null, the behavior will be the same as autProxy(AbstractProxySettings)public RunnerOptions autProxy(com.applitools.eyes.AutProxySettings autProxy)
public com.applitools.eyes.AutProxySettings getAutProxy()
public RunnerOptions logHandler(com.applitools.eyes.LogHandler logHandler)
public com.applitools.eyes.LogHandler getLogHandler()
Copyright © 2023. All rights reserved.