Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog
-
Packages that use SarifLog Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog Modifier and Type Method Description SarifLogSarifLog.SarifLogBuilder. build()SarifLogSarifLogBuilder. build()SarifLogSarifLog. setRuns(List<SarifLog.Run> runs)The set of runs contained in this log file.SarifLogSarifLog. setSchema(String schema)The URI of the JSON schema corresponding to the version.SarifLogSarifLog. setVersion(String version)The SARIF format version of this log file.
-