Class SettingsMapper
java.lang.Object
com.applitools.eyes.universal.mapper.SettingsMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<CloseBatchSettingsDto> toCloseBatchSettingsDto(List<String> batchIds, String apiKey, String serverUrl, ProxySettings proxySettings) static CloseSettingsDtotoCloseSettingsDto(Configuration config) static DeleteTestSettingsDtotoDeleteTestSettingsDto(TestResults testResults, String apiKey, String serverUrl, ProxyDto proxy) static ImageCropRectDtotoImageCropRect(CutProvider cutProvider, ContentInset contentInset) static NormalizationDtotoNormalizationDto(ICut cut, Integer rotation, Double scaleRatio) static OpenSettingsDtotoOpenSettingsDto(Configuration config, com.applitools.eyes.AbstractProxySettings proxy, Boolean keepBatchOpen)
-
Constructor Details
-
SettingsMapper
public SettingsMapper()
-
-
Method Details
-
toOpenSettingsDto
public static OpenSettingsDto toOpenSettingsDto(Configuration config, com.applitools.eyes.AbstractProxySettings proxy, Boolean keepBatchOpen) -
toCloseSettingsDto
-
toNormalizationDto
-
toImageCropRect
-
toDeleteTestSettingsDto
public static DeleteTestSettingsDto toDeleteTestSettingsDto(TestResults testResults, String apiKey, String serverUrl, ProxyDto proxy) -
toCloseBatchSettingsDto
public static List<CloseBatchSettingsDto> toCloseBatchSettingsDto(List<String> batchIds, String apiKey, String serverUrl, ProxySettings proxySettings)
-