jetbrains.buildServer.serverSide.changeTracking
Interface SingleFileChange


public interface SingleFileChange

Describes a modification made on a file by a particular user

See Also:
FileChangesDesc

Method Summary
 SUser getModifier()
          returns the user modifying the file
 java.lang.String getOriginalRevision()
          return the VCS revision of the original content modified by the user
 

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