Uses of Class
com.applitools.eyes.universal.dto.DeleteTestSettingsDto
-
Packages that use DeleteTestSettingsDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto.request com.applitools.eyes.universal.mapper -
-
Uses of DeleteTestSettingsDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type DeleteTestSettingsDto Modifier and Type Method Description static voidCommandExecutor. deleteTest(DeleteTestSettingsDto settings) -
Uses of DeleteTestSettingsDto in com.applitools.eyes.universal.dto.request
Methods in com.applitools.eyes.universal.dto.request that return DeleteTestSettingsDto Modifier and Type Method Description DeleteTestSettingsDtoCommandDeleteTestRequestDto. getSettings()Methods in com.applitools.eyes.universal.dto.request with parameters of type DeleteTestSettingsDto Modifier and Type Method Description voidCommandDeleteTestRequestDto. setSettings(DeleteTestSettingsDto settings)Constructors in com.applitools.eyes.universal.dto.request with parameters of type DeleteTestSettingsDto Constructor Description CommandDeleteTestRequestDto(DeleteTestSettingsDto settings) -
Uses of DeleteTestSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return DeleteTestSettingsDto Modifier and Type Method Description static DeleteTestSettingsDtoSettingsMapper. toDeleteTestSettingsDto(TestResults testResults, String apiKey, String serverUrl, ProxyDto proxy)
-