Uses of Class
cdc.issues.Params
-
Packages that use Params Package Description cdc.issues cdc.issues.rules -
-
Uses of Params in cdc.issues
Fields in cdc.issues declared as Params Modifier and Type Field Description protected ParamsIssue.Builder. metasstatic ParamsParams. NO_PARAMSMethods in cdc.issues that return Params Modifier and Type Method Description ParamsParams.Builder. build()ParamsIssue. getMetas()Methods in cdc.issues with parameters of type Params Modifier and Type Method Description BIssue.Builder. metas(Params metas)Sets the issue meta data.Constructors in cdc.issues with parameters of type Params 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 Params in cdc.issues.rules
Methods in cdc.issues.rules that return Params Modifier and Type Method Description ParamsConfiguredRule. getParams()ParamsDefaultProfile. getRuleParams(Rule rule)ParamsProfile. getRuleParams(Rule rule)Returns the parameters to use for a rule.Methods in cdc.issues.rules with parameters of type Params Modifier and Type Method Description DefaultProfileDefaultProfile. enableRule(Rule rule, Params params)Constructors in cdc.issues.rules with parameters of type Params Constructor Description ConfiguredRule(Rule rule, Params params)
-