Package com.google.gerrit.server.submit
Class ConfiguredSubscriptionGraphFactory
java.lang.Object
com.google.gerrit.server.submit.ConfiguredSubscriptionGraphFactory
- All Implemented Interfaces:
- SubscriptionGraph.Factory
Wrap a 
SubscriptionGraph.Factory to honor the gerrit configuration.
 If superproject subscriptions are disabled in the conf, return an empty graph.
- 
Method SummaryModifier and TypeMethodDescriptioncompute(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm) 
- 
Method Details- 
computepublic SubscriptionGraph compute(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm) throws SubmoduleConflictException - Specified by:
- computein interface- SubscriptionGraph.Factory
- Throws:
- SubmoduleConflictException
 
 
-