Package com.applitools.eyes.fluent
Class EnabledBatchClose
- java.lang.Object
-
- com.applitools.eyes.fluent.BatchClose
-
- com.applitools.eyes.fluent.EnabledBatchClose
-
public class EnabledBatchClose extends BatchClose
-
-
Field Summary
-
Fields inherited from class com.applitools.eyes.fluent.BatchClose
apiKey, logger, proxySettings, serverUrl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()close an open batch.EnabledBatchClosesetApiKey(String apiKey)EnabledBatchClosesetBatchId(List<String> batchIds)EnabledBatchClosesetProxy(ProxySettings proxySettings)EnabledBatchClosesetUrl(String url)
-
-
-
Method Detail
-
setUrl
public EnabledBatchClose setUrl(String url)
- Overrides:
setUrlin classBatchClose
-
setApiKey
public EnabledBatchClose setApiKey(String apiKey)
- Overrides:
setApiKeyin classBatchClose
-
setProxy
public EnabledBatchClose setProxy(ProxySettings proxySettings)
- Overrides:
setProxyin classBatchClose
-
setBatchId
public EnabledBatchClose setBatchId(List<String> batchIds)
- Overrides:
setBatchIdin classBatchClose
-
close
public void close()
close an open batch. This
-
-