Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.PropertyBag
-
Packages that use SarifLog.PropertyBag Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.PropertyBag in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.PropertyBag Modifier and Type Method Description SarifLog.PropertyBagSarifLog.PropertyBag.PropertyBagBuilder. build()SarifLog.PropertyBagSarifLog.ReportingDescriptor. getProperties()Key/value pairs that provide additional information about the report.SarifLog.PropertyBagSarifLog.Result. getProperties()Key/value pairs that provide additional information about the address.SarifLog.PropertyBagSarifLog.PropertyBag. setPriority(Integer priority)The pmd priority of the rule.SarifLog.PropertyBagSarifLog.PropertyBag. setRuleset(String ruleset)The name of the rule set.SarifLog.PropertyBagSarifLog.PropertyBag. setTags(Set<String> tags)The set of distinct strings that provide additional information.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.PropertyBag Modifier and Type Method Description SarifLog.ReportingDescriptor.ReportingDescriptorBuilderSarifLog.ReportingDescriptor.ReportingDescriptorBuilder. properties(SarifLog.PropertyBag properties)Key/value pairs that provide additional information about the report.SarifLog.Result.ResultBuilderSarifLog.Result.ResultBuilder. properties(SarifLog.PropertyBag properties)Key/value pairs that provide additional information about the address.SarifLog.ReportingDescriptorSarifLog.ReportingDescriptor. setProperties(SarifLog.PropertyBag properties)Key/value pairs that provide additional information about the report.SarifLog.ResultSarifLog.Result. setProperties(SarifLog.PropertyBag properties)Key/value pairs that provide additional information about the address.
-