Class FileInfo

java.lang.Object
com.google.gerrit.extensions.common.FileInfo

public class FileInfo extends Object
  • Field Details

    • 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
  • Constructor Details

    • FileInfo

      public FileInfo()
  • Method Details