com.applitools.eyes.settings.ICloseSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-core-java5 Show documentation
Show all versions of eyes-sdk-core-java5 Show documentation
Applitools Eyes SDK base for Java
package com.applitools.eyes.settings;
public interface ICloseSettings {
Boolean getThrowErr();
ICloseSettings setThrowErr(Boolean throwErr);
Boolean getUpdateBaselineIfNew();
ICloseSettings setUpdateBaselineIfNew(Boolean updateBaselineIfNew);
Boolean getUpdateBaselineIfDifferent();
ICloseSettings setUpdateBaselineIfDifferent(Boolean updateBaselineIfDifferent);
}