Uses of Enum Class
com.applitools.eyes.SessionType
Packages that use SessionType
-
Uses of SessionType in com.applitools.eyes
Methods in com.applitools.eyes that return SessionTypeModifier and TypeMethodDescriptionSessionStartInfo.getSessionType()static SessionTypeReturns the enum constant of this class with the specified name.static SessionType[]SessionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.applitools.eyes with parameters of type SessionTypeModifierConstructorDescriptionSessionStartInfo(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 SessionTypeMethods in com.applitools.eyes.config with parameters of type SessionTypeModifier and TypeMethodDescriptionConfiguration.setSessionType(SessionType sessionType) IConfiguration.setSessionType(SessionType sessionType)