Class RebaseChainInfo
java.lang.Object
com.google.gerrit.extensions.common.RebaseChainInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhether any of the changes contain conflicts. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rebasedChanges
-
containsGitConflicts
Whether any of the changes contain conflicts.If
true
, some of the rebased changes are marked with conflicts.
-
-
Constructor Details
-
RebaseChainInfo
public RebaseChainInfo()
-