Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Result
-
Packages that use SarifLog.Result Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Result in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Result Modifier and Type Method Description SarifLog.ResultSarifLog.Result.ResultBuilder. build()SarifLog.ResultSarifLog.Result. setLocations(List<SarifLog.Location> locations)The set of locations where the result was detected.SarifLog.ResultSarifLog.Result. setMessage(SarifLog.Message message)A message that describes the result.SarifLog.ResultSarifLog.Result. setProperties(SarifLog.PropertyBag properties)Key/value pairs that provide additional information about the address.SarifLog.ResultSarifLog.Result. setRuleId(String ruleId)The stable, unique identifier of the rule, if any, to which this result is relevant.SarifLog.ResultSarifLog.Result. setRuleIndex(Integer ruleIndex)The index link the rule, if any, to which this result is relevant.Methods in net.sourceforge.pmd.renderers.internal.sarif that return types with arguments of type SarifLog.Result Modifier and Type Method Description List<SarifLog.Result>SarifLog.Run. getResults()The set of results contained in an SARIF log.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.Result Modifier and Type Method Description SarifLog.Run.RunBuilderSarifLog.Run.RunBuilder. result(SarifLog.Result result)Method parameters in net.sourceforge.pmd.renderers.internal.sarif with type arguments of type SarifLog.Result Modifier and Type Method Description SarifLog.Run.RunBuilderSarifLog.Run.RunBuilder. results(Collection<? extends SarifLog.Result> results)SarifLog.RunSarifLog.Run. setResults(List<SarifLog.Result> results)The set of results contained in an SARIF log.
-