Class EditInfo
java.lang.Object
com.google.gerrit.extensions.common.EditInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionintWhether the change edit contains conflicts. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
commit
-
basePatchSetNumber
public int basePatchSetNumber -
baseRevision
-
ref
-
fetch
-
files
-
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()
-