Uses of Class
io.jenkins.plugins.forensics.delta.FileChanges
Packages that use FileChanges
Package
Description
Provides an API for calculating the code difference - so called 'delta' - between two commits.
-
Uses of FileChanges in io.jenkins.plugins.forensics.delta
Methods in io.jenkins.plugins.forensics.delta that return FileChangesModifier and TypeMethodDescriptionDelta.getFileChangesById
(String fileId) Returns information about changes made to the specified file.Methods in io.jenkins.plugins.forensics.delta that return types with arguments of type FileChangesMethods in io.jenkins.plugins.forensics.delta with parameters of type FileChangesModifier and TypeMethodDescriptionvoid
Delta.addFileChanges
(String fileId, FileChanges fileChange) Adds information about changes made to the specified file.Constructor parameters in io.jenkins.plugins.forensics.delta with type arguments of type FileChanges