Uses of Class
cdc.issues.Params
-
Packages that use Params Package Description cdc.issues cdc.issues.io 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_PARAMSprotected ParamsIssue.Builder. paramsMethods in cdc.issues that return Params Modifier and Type Method Description ParamsParams.Builder. build()ParamsIssue. getMetas()ParamsProject. getMetas()ParamsSnapshot. getMetas()ParamsIssue. getParams()ParamsIssueId. getParams()Methods in cdc.issues with parameters of type Params Modifier and Type Method Description intParams. compareTo(Params other)BIssue.Builder. metas(Params metas)Sets the issue meta data.BIssue.Builder. params(Params params)IssueId.BuilderIssueId.Builder. params(Params params)Constructors in cdc.issues with parameters of type Params Constructor Description Issue(String domain, Enum<?> name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore.Issue(String domain, String name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore.Issue(Instant timestamp, String domain, Enum<?> name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore.Issue(Instant timestamp, String domain, String name, Params params, String project, List<? extends Location> locations, String snapshot, IssueSeverity severity, String description, Params metas)Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymore. -
Uses of Params in cdc.issues.io
Methods in cdc.issues.io that return Params Modifier and Type Method Description ParamsSnapshotData. getProjectMetas()ParamsSnapshotData. getSnapshotMetas() -
Uses of Params in cdc.issues.rules
Methods in cdc.issues.rules that return Params Modifier and Type Method Description ParamsProfile. getMetas()ParamsConfiguredRule. getParams()ParamsProfile. getParams(Rule rule)Returns the parameters to use for a rule.Constructors in cdc.issues.rules with parameters of type Params Constructor Description ConfiguredRule(Rule rule, Params params)
-