Class FileInfo
- java.lang.Object
-
- com.google.gerrit.extensions.common.FileInfo
-
public class FileInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description FileInfo()
-
-
-
Field Detail
-
status
public Character status
-
oldMode
public Integer oldMode
-
newMode
public Integer newMode
-
binary
public Boolean binary
-
oldPath
public String oldPath
-
linesInserted
public Integer linesInserted
-
linesDeleted
public Integer linesDeleted
-
sizeDelta
public long sizeDelta
-
size
public long size
-
-