Uses of Class
io.jenkins.plugins.forensics.delta.Change
Packages that use Change
Package
Description
Provides an API for calculating the code difference - so called 'delta' - between two commits.
-
Uses of Change in io.jenkins.plugins.forensics.delta
Methods in io.jenkins.plugins.forensics.delta that return types with arguments of type ChangeModifier and TypeMethodDescriptionFileChanges.getChanges()
FileChanges.getChangesByType
(ChangeEditType changeEditType) Returns information about changes of a specified type.Methods in io.jenkins.plugins.forensics.delta with parameters of type ChangeModifier and TypeMethodDescriptionvoid
Adds information about a change and stores it according to the type of edit.Constructor parameters in io.jenkins.plugins.forensics.delta with type arguments of type ChangeModifierConstructorDescriptionFileChanges
(String fileName, String oldFileName, String fileContent, FileEditType fileEditType, Map<ChangeEditType, Set<Change>> changes) Constructor for an instance which wraps all changes made to a specific file.