Class FileChangesProcessor


  • public class FileChangesProcessor
    extends Object
    Calculates and attaches values to the nodes of the coverage tree which represent the changes concerning code and coverage.
    Author:
    Florian Orendi
    • Constructor Detail

      • FileChangesProcessor

        public FileChangesProcessor()
    • 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 tree
        codeChanges - The code changes to be attached