Uses of Class
com.applitools.eyes.BatchInfo
Packages that use BatchInfo
Package
Description
-
Uses of BatchInfo in com.applitools.eyes
Methods in com.applitools.eyes that return BatchInfoModifier and TypeMethodDescriptionBatchInfo.addProperty(String name, String value) SessionStartInfo.getBatchInfo()BatchInfo.withBatchId(String id) Sets a unique identifier for the batch and allows chaining of the id with the instance then returns that instance.Constructors in com.applitools.eyes with parameters of type BatchInfoModifierConstructorDescriptionSessionStartInfo(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 BatchInfo in com.applitools.eyes.config
Fields in com.applitools.eyes.config declared as BatchInfoMethods in com.applitools.eyes.config that return BatchInfoMethods in com.applitools.eyes.config with parameters of type BatchInfoModifier and TypeMethodDescription -
Uses of BatchInfo in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type BatchInfo