Uses of Class
com.applitools.eyes.PropertyData
-
Packages that use PropertyData Package Description com.applitools.eyes com.applitools.eyes.config com.applitools.eyes.universal.mapper -
-
Uses of PropertyData in com.applitools.eyes
Methods in com.applitools.eyes that return types with arguments of type PropertyData Modifier and Type Method Description List<PropertyData>SessionStartInfo. getProperties()Constructor parameters in com.applitools.eyes with type arguments of type PropertyData Constructor Description SessionStartInfo(String testId, String agentId, SessionType sessionType, String appIdOrName, String verId, String scenarioIdOrName, BatchInfo batchInfo, String baselineEnvName, String environmentName, Object environment, ImageMatchSettings defaultMatchSettings, String branchName, String parentBranchName, String baselineBranchName, Boolean saveDiffs, List<PropertyData> properties, String agentSessionId, String agentRunId, Integer timeout) -
Uses of PropertyData in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return types with arguments of type PropertyData Modifier and Type Method Description List<PropertyData>Configuration. getProperties() -
Uses of PropertyData in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type PropertyData Modifier and Type Method Description static CustomPropertyDtoCustomPropertyMapper. toCustomPropertyDto(PropertyData propertyData)Method parameters in com.applitools.eyes.universal.mapper with type arguments of type PropertyData Modifier and Type Method Description static List<CustomPropertyDto>CustomPropertyMapper. toCustomPropertyDtoList(List<PropertyData> propertyDataList)
-