Uses of Class
com.applitools.eyes.BatchInfo
-
Packages that use BatchInfo Package Description com.applitools.eyes com.applitools.eyes.config com.applitools.eyes.universal.mapper -
-
Uses of BatchInfo in com.applitools.eyes
Methods in com.applitools.eyes that return BatchInfo Modifier and Type Method Description BatchInfoBatchInfo. addProperty(String name, String value)BatchInfoSessionStartInfo. getBatchInfo()BatchInfoBatchInfo. 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 BatchInfo 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 BatchInfo in com.applitools.eyes.config
Fields in com.applitools.eyes.config declared as BatchInfo Modifier and Type Field Description protected BatchInfoConfiguration. batchMethods in com.applitools.eyes.config that return BatchInfo Modifier and Type Method Description BatchInfoConfiguration. getBatch()BatchInfoIConfiguration. getBatch()Methods in com.applitools.eyes.config with parameters of type BatchInfo Modifier and Type Method Description ConfigurationConfiguration. setBatch(BatchInfo batch)ConfigurationIConfiguration. setBatch(BatchInfo batch) -
Uses of BatchInfo in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type BatchInfo Modifier and Type Method Description static BatchDtoBatchMapper. toBatchDto(BatchInfo batchInfo)
-