Uses of Enum Class
com.applitools.eyes.logging.Type
Packages that use Type
-
Uses of Type in com.applitools.eyes
Methods in com.applitools.eyes with parameters of type TypeModifier and TypeMethodDescriptionfinal MessageLogger.createMessageFromLog(Set<String> testIds, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String, ?>... data) final voidLogger.log(TraceLevel level, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String, ?>... data) final voidfinal voidfinal voidLogger.log(TraceLevel level, Set<String> testIds, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String, ?>... data) final voidLogger.log(String testId, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String, ?>... data) final voidLogger.log(Set<String> testIds, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String, ?>... data) -
Uses of Type in com.applitools.eyes.logging
Methods in com.applitools.eyes.logging that return TypeModifier and TypeMethodDescriptionMessage.getType()static TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.applitools.eyes.logging with parameters of type Type -
Uses of Type in com.applitools.utils
Methods in com.applitools.utils with parameters of type Type