Uses of Class
org.apache.maven.plugin.surefire.log.api.Level
-
Packages that use Level Package Description org.apache.maven.plugin.surefire.log.api org.apache.maven.plugin.surefire.report -
-
Uses of Level in org.apache.maven.plugin.surefire.log.api
Methods in org.apache.maven.plugin.surefire.log.api that return Level Modifier and Type Method Description static LevelLevel. resolveLevel(boolean hasSuccessful, boolean hasFailure, boolean hasError, boolean hasSkipped, boolean hasFlake)static LevelLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Level[]Level. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Level in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report with parameters of type Level Modifier and Type Method Description private voidDefaultReporterFactory. log(java.lang.String s, Level level)private voidConsoleReporter. println(java.lang.String message, Level level)
-