Uses of Class
cdc.issues.IssueSeverity
-
Packages that use IssueSeverity Package Description cdc.issues cdc.issues.rules -
-
Uses of IssueSeverity in cdc.issues
Fields in cdc.issues declared as IssueSeverity Modifier and Type Field Description protected IssueSeverityIssue.Builder. severityMethods in cdc.issues that return IssueSeverity Modifier and Type Method Description IssueSeverityIssue. getSeverity()IssueSeverityIssueSeverityItem. getSeverity()static IssueSeverityIssueSeverity. max(IssueSeverity x, IssueSeverity y)static IssueSeverityIssueSeverity. min(IssueSeverity x, IssueSeverity y)static IssueSeverityIssueSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueSeverity[]IssueSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.issues with parameters of type IssueSeverity Modifier and Type Method Description List<I>IssuesCollector. getIssues(IssueSeverity severity)Returns a list of issues having a severity.booleanIssueSeverity. isAtLeast(IssueSeverity severity)static IssueSeverityIssueSeverity. max(IssueSeverity x, IssueSeverity y)static IssueSeverityIssueSeverity. min(IssueSeverity x, IssueSeverity y)BIssue.Builder. severity(IssueSeverity severity)Sets the issue severity.Constructors in cdc.issues with parameters of type IssueSeverity Constructor Description Issue(String domain, Enum<?> name, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Issue(String domain, String name, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Issue(Instant timestamp, String domain, Enum<?> name, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Issue(Instant timestamp, String domain, String name, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Creates an Issue. -
Uses of IssueSeverity in cdc.issues.rules
Methods in cdc.issues.rules that return types with arguments of type IssueSeverity Modifier and Type Method Description Set<IssueSeverity>Rule. getSeverities()Methods in cdc.issues.rules with parameters of type IssueSeverity Modifier and Type Method Description Rule.BuilderRule.Builder. severity(IssueSeverity severity)Adds a rule severity.Constructor parameters in cdc.issues.rules with type arguments of type IssueSeverity Constructor Description Rule(RuleId id, Set<IssueSeverity> severities, String description)
-