Uses of Class
org.revapi.maven.FailSeverity
-
-
Uses of FailSeverity in org.revapi.maven
Fields in org.revapi.maven declared as FailSeverity Modifier and Type Field Description protected FailSeverity
AbstractRevapiMojo. failSeverity
Deprecated.use the newAbstractRevapiMojo.failCriticality
protected FailSeverity
AbstractRevapiMojo. failSeverity
Deprecated.use the newAbstractRevapiMojo.failCriticality
protected FailSeverity
AbstractRevapiMojo. failSeverity
Deprecated.use the newAbstractRevapiMojo.failCriticality
protected FailSeverity
AbstractRevapiMojo. failSeverity
Deprecated.use the newAbstractRevapiMojo.failCriticality
protected FailSeverity
AbstractRevapiMojo. failSeverity
Deprecated.use the newAbstractRevapiMojo.failCriticality
protected FailSeverity
AbstractRevapiMojo. failSeverity
Deprecated.use the newAbstractRevapiMojo.failCriticality
protected FailSeverity
ReportMojo. reportSeverity
Deprecated.useReportMojo.reportCriticality
insteadMethods in org.revapi.maven that return FailSeverity Modifier and Type Method Description static FailSeverity
FailSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static FailSeverity[]
FailSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-