Uses of Class
com.applitools.eyes.settings.GetResultsSettings
-
Packages that use GetResultsSettings Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto.request -
-
Uses of GetResultsSettings in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type GetResultsSettings Modifier and Type Method Description List<CommandEyesGetResultsResponseDto>CommandExecutor. eyesGetResults(Reference eyesRef, GetResultsSettings settings)TestResultsSummaryDtoCommandExecutor. getResults(Reference managerRef, GetResultsSettings settings) -
Uses of GetResultsSettings in com.applitools.eyes.universal.dto.request
Methods in com.applitools.eyes.universal.dto.request that return GetResultsSettings Modifier and Type Method Description GetResultsSettingsCommandCloseManagerRequestDto. getSettings()GetResultsSettingsCommandEyesGetResultsDto. getSettings()Methods in com.applitools.eyes.universal.dto.request with parameters of type GetResultsSettings Modifier and Type Method Description voidCommandCloseManagerRequestDto. setSettings(GetResultsSettings settings)voidCommandEyesGetResultsDto. setSettings(GetResultsSettings settings)Constructors in com.applitools.eyes.universal.dto.request with parameters of type GetResultsSettings Constructor Description CommandCloseManagerRequestDto(Reference manager, GetResultsSettings settings)CommandEyesGetResultsDto(Reference eyes, GetResultsSettings settings)
-