Class FileChangesProcessor
- java.lang.Object
-
- com.parasoft.findings.jenkins.coverage.api.metrics.steps.FileChangesProcessor
-
-
Constructor Summary
Constructors Constructor Description FileChangesProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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
-
-