Uses of Enum
org.eluder.coveralls.maven.plugin.validation.ValidationError.Level
Packages that use ValidationError.Level
Package
Description
Provides validators for plugin configuration.
-
Uses of ValidationError.Level in org.eluder.coveralls.maven.plugin.validation
Subclasses with type arguments of type ValidationError.Level in org.eluder.coveralls.maven.plugin.validationMethods in org.eluder.coveralls.maven.plugin.validation that return ValidationError.LevelModifier and TypeMethodDescriptionValidationError.getLevel()Gets the level.static ValidationError.LevelReturns the enum constant of this type with the specified name.static ValidationError.Level[]ValidationError.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eluder.coveralls.maven.plugin.validation with parameters of type ValidationError.LevelModifierConstructorDescriptionValidationError(ValidationError.Level level, String message) Instantiates a new validation error.