Uses of Class
com.applitools.eyes.universal.dto.DeleteTestSettingsDto
Packages that use DeleteTestSettingsDto
Package
Description
-
Uses of DeleteTestSettingsDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type DeleteTestSettingsDtoModifier and TypeMethodDescriptionstatic voidCommandExecutor.deleteTest(DeleteTestSettingsDto settings) -
Uses of DeleteTestSettingsDto in com.applitools.eyes.universal.dto.request
Methods in com.applitools.eyes.universal.dto.request that return DeleteTestSettingsDtoMethods in com.applitools.eyes.universal.dto.request with parameters of type DeleteTestSettingsDtoModifier and TypeMethodDescriptionvoidCommandDeleteTestRequestDto.setSettings(DeleteTestSettingsDto settings) Constructors in com.applitools.eyes.universal.dto.request with parameters of type DeleteTestSettingsDto -
Uses of DeleteTestSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return DeleteTestSettingsDtoModifier and TypeMethodDescriptionstatic DeleteTestSettingsDtoSettingsMapper.toDeleteTestSettingsDto(TestResults testResults, String apiKey, String serverUrl, ProxyDto proxy)