Uses of Class
com.applitools.eyes.ImageMatchSettings
-
Packages that use ImageMatchSettings Package Description com.applitools.eyes com.applitools.eyes.config -
-
Uses of ImageMatchSettings in com.applitools.eyes
Methods in com.applitools.eyes that return ImageMatchSettings Modifier and Type Method Description ImageMatchSettingsSessionStartInfo. getDefaultMatchSettings()Constructors in com.applitools.eyes with parameters of type ImageMatchSettings Constructor Description ImageMatchSettings(ImageMatchSettings other)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) -
Uses of ImageMatchSettings in com.applitools.eyes.config
Fields in com.applitools.eyes.config declared as ImageMatchSettings Modifier and Type Field Description protected ImageMatchSettingsConfiguration. defaultMatchSettingsMethods in com.applitools.eyes.config that return ImageMatchSettings Modifier and Type Method Description ImageMatchSettingsConfiguration. getDefaultMatchSettings()ImageMatchSettingsIConfiguration. getDefaultMatchSettings()Methods in com.applitools.eyes.config with parameters of type ImageMatchSettings Modifier and Type Method Description ConfigurationConfiguration. setDefaultMatchSettings(ImageMatchSettings defaultMatchSettings)ConfigurationIConfiguration. setDefaultMatchSettings(ImageMatchSettings defaultMatchSettings)
-