Package com.google.gerrit.server.submit
Class GitlinkOp
java.lang.Object
com.google.gerrit.server.submit.GitlinkOp
- All Implemented Interfaces:
RepoOnlyOp
Only used for branches without code review changes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
updateRepo
Description copied from interface:RepoOnlyOp
Override this method to update the repo.- Specified by:
updateRepo
in interfaceRepoOnlyOp
- Parameters:
ctx
- context- Throws:
Exception
-