| Package | Description |
|---|---|
| com.applitools.eyes.universal | |
| com.applitools.eyes.universal.dto | |
| com.applitools.eyes.universal.dto.request | |
| com.applitools.eyes.universal.mapper |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDto |
OpenEyes.getConfig() |
ConfigurationDto |
LocateTextDto.getConfig() |
ConfigurationDto |
DebugEyesDto.getConfig() |
ConfigurationDto |
LocateDto.getConfig() |
ConfigurationDto |
ExtractTextDto.getConfig() |
ConfigurationDto |
CheckEyes.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenEyes.setConfig(ConfigurationDto config) |
void |
LocateTextDto.setConfig(ConfigurationDto config) |
void |
LocateDto.setConfig(ConfigurationDto config) |
void |
ExtractTextDto.setConfig(ConfigurationDto config) |
void |
CheckEyes.setConfig(ConfigurationDto config) |
| Constructor and Description |
|---|
CheckEyes(Reference eyes,
ITargetDto target,
CheckSettingsDto settings,
ConfigurationDto config,
String type) |
ExtractTextDto(ITargetDto target,
List<OCRExtractSettingsDto> regions,
ConfigurationDto config) |
LocateDto(ITargetDto target,
VisualLocatorSettingsDto settings,
ConfigurationDto config) |
LocateTextDto(ITargetDto target,
OCRSearchSettingsDto settings,
ConfigurationDto config) |
OpenEyes(Reference manager,
ITargetDto target,
OpenSettingsDto settings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDto |
CommandCheckAndCloseRequestDto.getConfig() |
ConfigurationDto |
CommandCloseRequestDto.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandCheckAndCloseRequestDto.setConfig(ConfigurationDto config) |
void |
CommandCloseRequestDto.setConfig(ConfigurationDto config) |
| Constructor and Description |
|---|
CommandCheckAndCloseRequestDto(Reference eyes,
ITargetDto target,
CheckSettingsDto checkSettings,
CloseSettingsDto closeSettings,
ConfigurationDto config) |
CommandCloseRequestDto(Reference eyes,
CloseSettingsDto settings,
ConfigurationDto config) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationDto |
ConfigurationMapper.toConfigurationDto(Configuration config,
Boolean dontCloseBatches) |
| Modifier and Type | Method and Description |
|---|---|
static CombinedSettingsDto |
SettingsMapper.toCheckAndCloseSettingsDto(CheckSettingsDto checkSettings,
CloseSettingsDto closeSettings,
ConfigurationDto configurationDto) |
Copyright © 2023. All rights reserved.