Uses of Enum Class
org.apache.maven.plugin.surefire.log.api.Level
Packages that use Level
Package
Description
-
Uses of Level in org.apache.maven.plugin.surefire.log.api
Methods in org.apache.maven.plugin.surefire.log.api that return LevelModifier and TypeMethodDescriptionstatic Level
Level.resolveLevel
(boolean hasSuccessful, boolean hasFailure, boolean hasError, boolean hasSkipped, boolean hasFlake) static Level
Returns the enum constant of this class with the specified name.static Level[]
Level.values()
Returns an array containing the constants of this enum class, 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