Uses of Class
com.applitools.eyes.universal.dto.CheckSettingsDto
-
Packages that use CheckSettingsDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto -
-
Uses of CheckSettingsDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type CheckSettingsDto Modifier and Type Method Description voidCommandExecutor. eyesCheck(Reference eyesRef, ITargetDto target, CheckSettingsDto settings, ConfigurationDto config) -
Uses of CheckSettingsDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return CheckSettingsDto Modifier and Type Method Description CheckSettingsDtoCheckEyes. getSettings()Methods in com.applitools.eyes.universal.dto with parameters of type CheckSettingsDto Modifier and Type Method Description voidConfigurationDto. setCheck(CheckSettingsDto check)voidConfigurationDto. setScreenshot(CheckSettingsDto screenshot)voidCheckEyes. setSettings(CheckSettingsDto settings)Constructors in com.applitools.eyes.universal.dto with parameters of type CheckSettingsDto Constructor Description CheckEyes(Reference eyes, ITargetDto target, CheckSettingsDto settings, ConfigurationDto config, String type)
-