Class FileChangesProcessor
java.lang.Object
com.parasoft.findings.jenkins.coverage.api.metrics.steps.FileChangesProcessor
Calculates and attaches values to the
nodes
of the coverage tree which represent the changes
concerning code and coverage.- Author:
- Florian Orendi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attachChangedCodeLines
(Node coverageNode, Map<String, io.jenkins.plugins.forensics.delta.FileChanges> codeChanges) Attaches the changed code lines to the file nodes of the coverage tree.
-
Constructor Details
-
FileChangesProcessor
public FileChangesProcessor()
-
-
Method Details
-
attachChangedCodeLines
public void attachChangedCodeLines(Node coverageNode, Map<String, io.jenkins.plugins.forensics.delta.FileChanges> codeChanges) Attaches the changed code lines to the file nodes of the coverage tree.- Parameters:
coverageNode
- The root node of the coverage treecodeChanges
- The code changes to be attached
-