Interface SingleFileChange


  • public interface SingleFileChange
    Describes a modification made on a file by a particular user
    See Also:
    FileChangesDesc
    • Method Detail

      • getModifier

        @NotNull
        SUser getModifier()
        returns the user modifying the file
        Returns:
        see above
      • getOriginalRevision

        @NotNull
        java.lang.String getOriginalRevision()
        return the VCS revision of the original content modified by the user
        Returns:
        see above