Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.AssociatedRule
-
Packages that use SarifLog.AssociatedRule Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.AssociatedRule in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.AssociatedRule Modifier and Type Method Description SarifLog.AssociatedRule
SarifLog.AssociatedRule.AssociatedRuleBuilder. build()
SarifLog.AssociatedRule
SarifLog.ToolConfigurationNotification. getAssociatedRule()
An associated ruleSarifLog.AssociatedRule
SarifLog.AssociatedRule. setId(String id)
The stable, unique identifier of the rule, if any, to which this result is relevant.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.AssociatedRule Modifier and Type Method Description SarifLog.ToolConfigurationNotification.ToolConfigurationNotificationBuilder
SarifLog.ToolConfigurationNotification.ToolConfigurationNotificationBuilder. associatedRule(SarifLog.AssociatedRule associatedRule)
An associated ruleSarifLog.ToolConfigurationNotification
SarifLog.ToolConfigurationNotification. setAssociatedRule(SarifLog.AssociatedRule associatedRule)
An associated rule
-