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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscriptionGraph
compute(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm)
-
-
-
Method Detail
-
compute
SubscriptionGraph compute(Set<BranchNameKey> updatedBranches, MergeOpRepoManager orm) throws SubmoduleConflictException
- Throws:
SubmoduleConflictException
-
-