Uses of Enum Class
com.applitools.eyes.logging.Stage
Packages that use Stage
-
Uses of Stage in com.applitools.eyes
Methods in com.applitools.eyes with parameters of type StageModifier 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 voidLogger.log(TraceLevel level, Stage stage, String message) final voidLogger.log(TraceLevel level, Stage stage, org.apache.commons.lang3.tuple.Pair<String, ?>... data) final voidfinal voidLogger.log(TraceLevel level, String testId, Stage stage, String message) final voidLogger.log(TraceLevel level, String testId, Stage stage, org.apache.commons.lang3.tuple.Pair<String, ?>... data) final 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 voidfinal voidfinal voidLogger.log(Set<String> testIds, Stage stage, Type type, org.apache.commons.lang3.tuple.Pair<String, ?>... data) final void -
Uses of Stage in com.applitools.eyes.logging
Methods in com.applitools.eyes.logging that return StageModifier and TypeMethodDescriptionMessage.getStage()static StageReturns the enum constant of this class with the specified name.static Stage[]Stage.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 Stage -
Uses of Stage in com.applitools.utils
Methods in com.applitools.utils with parameters of type Stage