Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.ArtifactLocation
-
Packages that use SarifLog.ArtifactLocation Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.ArtifactLocation in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.ArtifactLocation Modifier and Type Method Description SarifLog.ArtifactLocationSarifLog.ArtifactLocation.ArtifactLocationBuilder. build()SarifLog.ArtifactLocationSarifLog.PhysicalLocation. getArtifactLocation()The location of the artifact.SarifLog.ArtifactLocationSarifLog.ArtifactLocation. setIndex(Integer index)The index within the run artifacts array of the artifact object associated with the artifact location.SarifLog.ArtifactLocationSarifLog.ArtifactLocation. setUri(String uri)A string containing a valid relative or absolute URI.SarifLog.ArtifactLocationSarifLog.ArtifactLocation. setUriBaseId(String uriBaseId)A string which indirectly specifies the absolute URI with respect to which a relative URI in the "uri" property is interpreted.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.ArtifactLocation Modifier and Type Method Description SarifLog.PhysicalLocation.PhysicalLocationBuilderSarifLog.PhysicalLocation.PhysicalLocationBuilder. artifactLocation(SarifLog.ArtifactLocation artifactLocation)The location of the artifact.SarifLog.PhysicalLocationSarifLog.PhysicalLocation. setArtifactLocation(SarifLog.ArtifactLocation artifactLocation)The location of the artifact.
-