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
-
KlasseBeschreibungA 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 supportedSCM
.Wraps all changes made to one specific file.Edit types which describe how a file has been changed.