Uses of Class
org.revapi.maven.ApiChangeLevel
-
-
Uses of ApiChangeLevel in org.revapi.maven
Methods in org.revapi.maven that return ApiChangeLevel Modifier and Type Method Description ApiChangeLevel
ApiBreakageHintingReporter. getChangeLevel()
static ApiChangeLevel
ApiChangeLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiChangeLevel[]
ApiChangeLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-