| Package | Description |
|---|---|
| com.applitools.eyes | |
| com.applitools.eyes.config | |
| com.applitools.eyes.settings | |
| com.applitools.eyes.universal.mapper |
| Modifier and Type | Method and Description |
|---|---|
BatchInfo |
BatchInfo.addProperty(String name,
String value) |
BatchInfo |
SessionStartInfo.getBatchInfo() |
BatchInfo |
BatchInfo.withBatchId(String id)
Sets a unique identifier for the batch and allows chaining of the id
with the instance then returns that instance.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
EyesBase.setBatch(BatchInfo batch)
Sets the batch in which context future tests will run or
null
if tests are to run standalone. |
| Constructor and Description |
|---|
SessionStartInfo(String testId,
String agentId,
SessionType sessionType,
String appIdOrName,
String verId,
String scenarioIdOrName,
BatchInfo batchInfo,
String baselineEnvName,
String environmentName,
Object environment,
ImageMatchSettings defaultMatchSettings,
String branchName,
String parentBranchName,
String baselineBranchName,
Boolean saveDiffs,
List<PropertyData> properties,
String agentSessionId,
String agentRunId,
Integer timeout) |
| Modifier and Type | Field and Description |
|---|---|
protected BatchInfo |
Configuration.batch |
| Modifier and Type | Method and Description |
|---|---|
BatchInfo |
Configuration.getBatch() |
BatchInfo |
IConfiguration.getBatch() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.setBatch(BatchInfo batch) |
Configuration |
IConfiguration.setBatch(BatchInfo batch) |
| Modifier and Type | Method and Description |
|---|---|
BatchInfo |
OpenSettings.getBatch() |
| Modifier and Type | Method and Description |
|---|---|
IOpenSettings |
OpenSettings.setBatch(BatchInfo batch) |
IOpenSettings |
IOpenSettings.setBatch(BatchInfo batch) |
| Modifier and Type | Method and Description |
|---|---|
static BatchDto |
BatchMapper.toBatchDto(BatchInfo batchInfo) |
Copyright © 2023. All rights reserved.