Interface SingleFileChange
-
public interface SingleFileChange
Describes a modification made on a file by a particular user- See Also:
FileChangesDesc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SUser
getModifier()
returns the user modifying the fileString
getOriginalRevision()
return the VCS revision of the original content modified by the user
-