Package com.google.gerrit.server.submit
Class SubmoduleOp.GitlinkOp
- java.lang.Object
-
- com.google.gerrit.server.submit.SubmoduleOp.GitlinkOp
-
- All Implemented Interfaces:
RepoOnlyOp
- Enclosing class:
- SubmoduleOp
public class SubmoduleOp.GitlinkOp extends Object implements RepoOnlyOp
Only used for branches without code review changes
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateRepo(RepoContext ctx)
Override this method to update the repo.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.gerrit.server.update.RepoOnlyOp
postUpdate
-
-
-
-
Method Detail
-
updateRepo
public void updateRepo(RepoContext ctx) throws Exception
Description copied from interface:RepoOnlyOp
Override this method to update the repo.- Specified by:
updateRepo
in interfaceRepoOnlyOp
- Parameters:
ctx
- context- Throws:
Exception
-
-