Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Run
-
Packages that use SarifLog.Run Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Run in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Run Modifier and Type Method Description SarifLog.RunSarifLog.Run.RunBuilder. build()SarifLog.RunSarifLog.Run. setInvocations(List<SarifLog.Invocation> invocations)The set of invocations providing information about the tool execution such as configuration errors or runtime exceptionsSarifLog.RunSarifLog.Run. setResults(List<SarifLog.Result> results)The set of results contained in an SARIF log.SarifLog.RunSarifLog.Run. setTool(SarifLog.Tool tool)Information about the tool or tool pipeline that generated the results in this run.Methods in net.sourceforge.pmd.renderers.internal.sarif that return types with arguments of type SarifLog.Run Modifier and Type Method Description List<SarifLog.Run>SarifLog. getRuns()The set of runs contained in this log file.Method parameters in net.sourceforge.pmd.renderers.internal.sarif with type arguments of type SarifLog.Run Modifier and Type Method Description SarifLog.SarifLogBuilderSarifLog.SarifLogBuilder. runs(List<SarifLog.Run> runs)The set of runs contained in this log file.SarifLogSarifLog. setRuns(List<SarifLog.Run> runs)The set of runs contained in this log file.
-