Class RebaseChainInfo
- java.lang.Object
-
- com.google.gerrit.extensions.common.RebaseChainInfo
-
public class RebaseChainInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Boolean
containsGitConflicts
Whether any of the changes contain conflicts.List<ChangeInfo>
rebasedChanges
-
Constructor Summary
Constructors Constructor Description RebaseChainInfo()
-
-
-
Field Detail
-
rebasedChanges
public List<ChangeInfo> rebasedChanges
-
containsGitConflicts
public Boolean containsGitConflicts
Whether any of the changes contain conflicts.If
true
, some of the rebased changes are marked with conflicts.
-
-