Uses of Class
com.applitools.eyes.universal.dto.CloseSettingsDto
-
Packages that use CloseSettingsDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto com.applitools.eyes.universal.dto.request com.applitools.eyes.universal.mapper -
-
Uses of CloseSettingsDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type CloseSettingsDto Modifier and Type Method Description voidCommandExecutor. abort(Reference eyesRef, CloseSettingsDto closeSettings)voidCommandExecutor. close(Reference eyesRef, CloseSettingsDto closeSettings, ConfigurationDto config) -
Uses of CloseSettingsDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto with parameters of type CloseSettingsDto Modifier and Type Method Description voidConfigurationDto. setClose(CloseSettingsDto close) -
Uses of CloseSettingsDto in com.applitools.eyes.universal.dto.request
Methods in com.applitools.eyes.universal.dto.request that return CloseSettingsDto Modifier and Type Method Description CloseSettingsDtoCommandAbortRequestDto. getSettings()CloseSettingsDtoCommandCloseRequestDto. getSettings()Methods in com.applitools.eyes.universal.dto.request with parameters of type CloseSettingsDto Modifier and Type Method Description voidCommandAbortRequestDto. setSettings(CloseSettingsDto settings)voidCommandCloseRequestDto. setSettings(CloseSettingsDto settings)Constructors in com.applitools.eyes.universal.dto.request with parameters of type CloseSettingsDto Constructor Description CommandAbortRequestDto(Reference eyes, CloseSettingsDto settings)CommandCloseRequestDto(Reference eyes, CloseSettingsDto settings, ConfigurationDto config) -
Uses of CloseSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return CloseSettingsDto Modifier and Type Method Description static CloseSettingsDtoSettingsMapper. toCloseSettingsDto(Configuration config)
-