Class EditInfo

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

public class EditInfo extends Object
  • Field Details

    • commit

      public CommitInfo commit
    • basePatchSetNumber

      public int basePatchSetNumber
    • baseRevision

      public String baseRevision
    • ref

      public String ref
    • fetch

      public Map<String,FetchInfo> fetch
    • files

      public Map<String,FileInfo> files
    • containsGitConflicts

      public Boolean containsGitConflicts
      Whether the change edit contains conflicts.

      If true, some of the file contents of the change contain git conflict markers to indicate the conflicts.

      Only set if this edit info is returned in response to a request that rebases the change edit (see RebaseChangeEdit) and conflicts are allowed.

  • Constructor Details

    • EditInfo

      public EditInfo()