Uses of Class
cdc.issues.api.IssueLevel
-
Packages that use IssueLevel Package Description cdc.issues.api -
-
Uses of IssueLevel in cdc.issues.api
Fields in cdc.issues.api declared as IssueLevel Modifier and Type Field Description protected IssueLevelIssue.AbstractIssueBuilder. levelMethods in cdc.issues.api that return IssueLevel Modifier and Type Method Description IssueLevelIssue. getLevel()static IssueLevelIssueLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueLevel[]IssueLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.issues.api with parameters of type IssueLevel Modifier and Type Method Description booleanIssueLevel. isAtLeast(IssueLevel level)BIssue.AbstractIssueBuilder. level(IssueLevel level)Constructors in cdc.issues.api with parameters of type IssueLevel Constructor Description Issue(T type, IssueLevel level, String description, List<IssueLocation> locations)
-