Package io.jenkins.plugins.forensics.delta


@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class) package io.jenkins.plugins.forensics.delta
Provides an API for calculating the code difference - so called 'delta' - between two commits.
Autor:
Florian Orendi
  • Klasse
    Beschreibung
    A change made on specific lines within a specific file.
    The edit type of a single change within a specific file.
    Data class that represents the code difference - so called 'delta' - between two commits.
    Calculates the code difference - so called 'delta' - between two commits.
    A delta calculator that does nothing.
    Jenkins' extension point that allows plugins to create DeltaCalculator instances based on a supported SCM.
    Wraps all changes made to one specific file.
    Edit types which describe how a file has been changed.