Uses of Class
cdc.issues.api.rules.RuleId
-
Packages that use RuleId Package Description cdc.issues.api cdc.issues.api.rules -
-
Uses of RuleId in cdc.issues.api
Methods in cdc.issues.api that return RuleId Modifier and Type Method Description RuleIdIssue. getRuleId()RuleIdIssueId. getRuleId()Methods in cdc.issues.api with parameters of type RuleId Modifier and Type Method Description BIssue.AbstractIssueBuilder. ruleId(RuleId ruleId)Issue.BuilderIssue.Builder. ruleId(RuleId ruleId)Sets the issue RuleId.Constructors in cdc.issues.api with parameters of type RuleId Constructor Description IssueId(RuleId ruleId, Location[] locations)IssueId(RuleId ruleId, Params params, Location[] locations) -
Uses of RuleId in cdc.issues.api.rules
Methods in cdc.issues.api.rules that return RuleId Modifier and Type Method Description RuleIdRule. getId()Methods in cdc.issues.api.rules that return types with arguments of type RuleId Modifier and Type Method Description Set<RuleId>RulesCatalog. getRuleIds()Methods in cdc.issues.api.rules with parameters of type RuleId Modifier and Type Method Description RuleRulesCatalog. getRuleOrNull(RuleId id)Returns the rule associated to an id ornull.
-