Class GitDeltaCalculator
java.lang.Object
io.jenkins.plugins.forensics.delta.DeltaCalculator
io.jenkins.plugins.forensics.git.delta.GitDeltaCalculator
- All Implemented Interfaces:
Serializable
public class GitDeltaCalculator
extends io.jenkins.plugins.forensics.delta.DeltaCalculator
A
DeltaCalculator
for Git.- Author:
- Florian Orendi
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jenkins.plugins.forensics.delta.DeltaCalculator
io.jenkins.plugins.forensics.delta.DeltaCalculator.NullDeltaCalculator
-
Constructor Summary
ConstructorsConstructorDescriptionGitDeltaCalculator
(org.jenkinsci.plugins.gitclient.GitClient git, String scmKey) Constructor for an instance ofDeltaCalculator
which can be used for Git. -
Method Summary
Modifier and TypeMethodDescriptionOptional
<io.jenkins.plugins.forensics.delta.Delta> calculateDelta
(Run<?, ?> build, Run<?, ?> referenceBuild, String scmKeyFilter, edu.hm.hafner.util.FilteredLog log) Methods inherited from class io.jenkins.plugins.forensics.delta.DeltaCalculator
calculateDelta
-
Constructor Details
-
GitDeltaCalculator
Constructor for an instance ofDeltaCalculator
which can be used for Git.- Parameters:
git
- TheGitClient
scmKey
- the key of the SCM repository (substring that must be part of the SCM key)
-
-
Method Details