Verwendungen von Klasse
io.jenkins.plugins.forensics.delta.Change
Package
Beschreibung
Provides an API for calculating the code difference - so called 'delta' - between two commits.
-
Verwendungen von Change in io.jenkins.plugins.forensics.delta
Modifizierer und TypMethodeBeschreibungFileChanges.getChanges()
FileChanges.getChangesByType
(ChangeEditType changeEditType) Returns information about changes of a specified type.Modifizierer und TypMethodeBeschreibungvoid
Adds information about a change and stores it according to the type of edit.ModifiziererKonstruktorBeschreibungFileChanges
(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.