Verwendungen von Klasse
io.jenkins.plugins.coverage.model.exception.CodeDeltaException
Package
Beschreibung
New coverage model that tries to replace all the existing functionality with a more versatile model.
-
Verwendungen von CodeDeltaException in io.jenkins.plugins.coverage.model
Modifizierer und TypMethodeBeschreibungCodeDeltaCalculator.createOldPathMapping
(CoverageNode root, CoverageNode referenceRoot, Map<String, io.jenkins.plugins.forensics.delta.FileChanges> changes, edu.hm.hafner.util.FilteredLog log) Creates a mapping between the currently used coverage report paths and the corresponding paths that has been used for the same coverage nodes before the modifications.CodeDeltaCalculator.mapScmChangesToReportPaths
(Set<io.jenkins.plugins.forensics.delta.FileChanges> changes, CoverageNode root, edu.hm.hafner.util.FilteredLog log) Maps the passedcode changes
to the corresponding fully qualified names as they are used by the coverage reporting tools - usually the fully qualified name of the file.