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 Summary
Modifier and TypeMethodDescriptioncompute
(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm)
-
Method Details
-
compute
public SubscriptionGraph compute(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm) throws SubmoduleConflictException - Specified by:
compute
in interfaceSubscriptionGraph.Factory
- Throws:
SubmoduleConflictException
-