Package com.applitools.eyes.fluent
Class BatchClose
- java.lang.Object
-
- com.applitools.eyes.fluent.BatchClose
-
- Direct Known Subclasses:
EnabledBatchClose
public class BatchClose extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapiKeyprotected com.applitools.eyes.Loggerloggerprotected ProxySettingsproxySettingsprotected StringserverUrl
-
Constructor Summary
Constructors Constructor Description BatchClose()BatchClose(com.applitools.eyes.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchClosesetApiKey(String apiKey)EnabledBatchClosesetBatchId(List<String> batchIds)BatchClosesetProxy(ProxySettings proxySettings)BatchClosesetUrl(String url)
-
-
-
Field Detail
-
logger
protected final com.applitools.eyes.Logger logger
-
serverUrl
protected String serverUrl
-
apiKey
protected String apiKey
-
proxySettings
protected ProxySettings proxySettings
-
-
Method Detail
-
setUrl
public BatchClose setUrl(String url)
-
setApiKey
public BatchClose setApiKey(String apiKey)
-
setProxy
public BatchClose setProxy(ProxySettings proxySettings)
-
setBatchId
public EnabledBatchClose setBatchId(List<String> batchIds)
-
-