Package com.google.gerrit.server.submit
Class SubmoduleOp
- java.lang.Object
-
- com.google.gerrit.server.submit.SubmoduleOp
-
public class SubmoduleOp extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubmoduleOp.Factory
class
SubmoduleOp.GitlinkOp
Only used for branches without code review changes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SubmoduleSubscription>
superProjectSubscriptionsForSubmoduleBranch(BranchNameKey srcBranch)
void
updateSuperProjects()
-
-
-
Method Detail
-
superProjectSubscriptionsForSubmoduleBranch
public Collection<SubmoduleSubscription> superProjectSubscriptionsForSubmoduleBranch(BranchNameKey srcBranch) throws IOException
- Throws:
IOException
-
updateSuperProjects
public void updateSuperProjects() throws SubmoduleException
- Throws:
SubmoduleException
-
-