Verwendungen von Klasse
io.jenkins.plugins.forensics.delta.FileChanges
Package
Beschreibung
Provides an API for calculating the code difference - so called 'delta' - between two commits.
-
Verwendungen von FileChanges in io.jenkins.plugins.forensics.delta
Modifizierer und TypMethodeBeschreibungDelta.getFileChangesById
(String fileId) Returns information about changes made to the specified file.Modifizierer und TypMethodeBeschreibungvoid
Delta.addFileChanges
(String fileId, FileChanges fileChange) Adds information about changes made to the specified file.