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.Sets the rule meta data.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.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.Constructors in cdc.issues.rules with parameters of type Rule.Builder