Uses of Class
org.apache.maven.plugin.surefire.log.api.Level
-
-
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.
-