Uses of Class
cdc.issues.rules.Rule.Builder
Packages that use Rule.Builder
-
Uses of Rule.Builder in cdc.issues.rules
Methods in cdc.issues.rules that return Rule.BuilderModifier and TypeMethodDescriptionRule.Builder.addSeverities(IssueSeverity... severities) Deprecated, for removal: This API element is subject to removal in a future version.Rule.Builder.addSeverities(Collection<IssueSeverity> severities) Deprecated, for removal: This API element is subject to removal in a future version.Rule.Builder.addSeverity(IssueSeverity severity) Deprecated, for removal: This API element is subject to removal in a future version.static Rule.BuilderRule.builder()Rule.Builder.description(String description) Sets the rule description.Sets the rule domain.Sets the rule id.Deprecated, for removal: This API element is subject to removal in a future version.Sets the rule name and its severity if thenameimplementsIssueSeverityItemand current severity isnull.Sets the rule name.Rule.Builder.params(FormalParams params) Sets the rule formal parameters.Rule.Builder.self()Rule.Builder.severities(IssueSeverity... severities) Deprecated, for removal: This API element is subject to removal in a future version.Rule.Builder.severities(Collection<IssueSeverity> severities) Deprecated, for removal: This API element is subject to removal in a future version.Rule.Builder.severity(IssueSeverity severity) Sets the default severity of the rule.Sets the rule title.Constructors in cdc.issues.rules with parameters of type Rule.Builder