Uses of Class
com.applitools.eyes.universal.dto.OpenSettingsDto
-
Packages that use OpenSettingsDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of OpenSettingsDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type OpenSettingsDto Modifier and Type Method Description ReferenceCommandExecutor. managerOpenEyes(Reference ref, ITargetDto target, OpenSettingsDto settings, ConfigurationDto config) -
Uses of OpenSettingsDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return OpenSettingsDto Modifier and Type Method Description OpenSettingsDtoOpenEyes. getSettings()Methods in com.applitools.eyes.universal.dto with parameters of type OpenSettingsDto Modifier and Type Method Description voidConfigurationDto. setOpen(OpenSettingsDto open)voidOpenEyes. setSettings(OpenSettingsDto settings)Constructors in com.applitools.eyes.universal.dto with parameters of type OpenSettingsDto Constructor Description OpenEyes(Reference manager, ITargetDto target, OpenSettingsDto settings, ConfigurationDto config) -
Uses of OpenSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return OpenSettingsDto Modifier and Type Method Description static OpenSettingsDtoSettingsMapper. toOpenSettingsDto(Configuration config, com.applitools.eyes.AbstractProxySettings proxy, Boolean keepBatchOpen)
-