Uses of Class
cdc.issues.Params
Packages that use Params
-
Uses of Params in cdc.issues
Fields in cdc.issues declared as ParamsModifier and TypeFieldDescriptionprotected ParamsIssue.Builder.metasstatic final ParamsParams.NO_PARAMSprotected ParamsIssue.Builder.paramsMethods in cdc.issues that return ParamsModifier and TypeMethodDescriptionParams.Builder.build()Issue.getMetas()Project.getMetas()Snapshot.getMetas()Issue.getParams()IssueId.getParams()Methods in cdc.issues with parameters of type ParamsModifier and TypeMethodDescriptionintSets the issue meta data.Constructors in cdc.issues with parameters of type ParamsModifierConstructorDescriptionprotectedIssue(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.protectedIssue(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.protectedIssue(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.protectedIssue(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 -
Uses of Params in cdc.issues.rules
Methods in cdc.issues.rules that return ParamsModifier and TypeMethodDescriptionProfile.getMetas()final ParamsConfiguredRule.getParams()Returns the parameters to use for a rule.Constructors in cdc.issues.rules with parameters of type Params