Uses of Class
com.applitools.eyes.SessionType
-
Packages that use SessionType Package Description com.applitools.eyes com.applitools.eyes.config -
-
Uses of SessionType in com.applitools.eyes
Methods in com.applitools.eyes that return SessionType Modifier and Type Method Description SessionTypeSessionStartInfo. getSessionType()static SessionTypeSessionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionType[]SessionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.applitools.eyes with parameters of type SessionType 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 SessionType in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return SessionType Modifier and Type Method Description SessionTypeConfiguration. getSessionType()SessionTypeIConfiguration. getSessionType()Methods in com.applitools.eyes.config with parameters of type SessionType Modifier and Type Method Description ConfigurationConfiguration. setSessionType(SessionType sessionType)ConfigurationIConfiguration. setSessionType(SessionType sessionType)
-