Package com.google.gerrit.server.submit
Interface SubscriptionGraph.Factory
- 
- All Known Implementing Classes:
- ConfiguredSubscriptionGraphFactory,- SubscriptionGraph.DefaultFactory
 - Enclosing class:
- SubscriptionGraph
 
 public static interface SubscriptionGraph.Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscriptionGraphcompute(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm)
 
- 
- 
- 
Method Detail- 
computeSubscriptionGraph compute(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm) throws SubmoduleConflictException - Throws:
- SubmoduleConflictException
 
 
- 
 
-