Class SettingsMapper
- java.lang.Object
-
- com.applitools.eyes.universal.mapper.SettingsMapper
-
public class SettingsMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description SettingsMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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, Boolean keepBatchOpen)
-
-
-
Method Detail
-
toOpenSettingsDto
public static OpenSettingsDto toOpenSettingsDto(Configuration config, Boolean keepBatchOpen)
-
toCloseSettingsDto
public static CloseSettingsDto toCloseSettingsDto(Configuration config)
-
toNormalizationDto
public static NormalizationDto toNormalizationDto(ICut cut, Integer rotation, Double scaleRatio)
-
toImageCropRect
public static ImageCropRectDto toImageCropRect(CutProvider cutProvider, ContentInset contentInset)
-
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)
-
-