Package com.google.gerrit.server.git
Class MergeSuperSet
- java.lang.Object
- 
- com.google.gerrit.server.git.MergeSuperSet
 
- 
 public class MergeSuperSet extends Object Calculates the minimal superset of changes required to be merged.This includes all parents between a change and the tip of its target branch for the merging/rebasing submit strategies. For the cherry-pick strategy no additional changes are included. If change.submitWholeTopic is enabled, also all changes of the topic and their parents are included. 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeSetcompleteChangeSet(ReviewDb db, Change change, CurrentUser user)static voidreloadChanges(ChangeSet cs)MergeSuperSetsetMergeOpRepoManager(MergeOpRepoManager orm)
 
- 
- 
- 
Method Detail- 
reloadChangespublic static void reloadChanges(ChangeSet cs) throws com.google.gwtorm.server.OrmException - Throws:
- com.google.gwtorm.server.OrmException
 
 - 
setMergeOpRepoManagerpublic MergeSuperSet setMergeOpRepoManager(MergeOpRepoManager orm) 
 - 
completeChangeSetpublic ChangeSet completeChangeSet(ReviewDb db, Change change, CurrentUser user) throws IOException, com.google.gwtorm.server.OrmException, PermissionBackendException - Throws:
- IOException
- com.google.gwtorm.server.OrmException
- PermissionBackendException
 
 
- 
 
-