Uses of Enum Class
io.jenkins.plugins.forensics.delta.FileEditType
Packages that use FileEditType
Package
Description
Provides an API for calculating the code difference - so called 'delta' - between two commits.
-
Uses of FileEditType in io.jenkins.plugins.forensics.delta
Methods in io.jenkins.plugins.forensics.delta that return FileEditTypeModifier and TypeMethodDescriptionFileChanges.getFileEditType()
static FileEditType
Returns the enum constant of this class with the specified name.static FileEditType[]
FileEditType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.forensics.delta with parameters of type FileEditTypeModifierConstructorDescriptionFileChanges
(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.