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 TypeMethodDescriptionvoidupdateRepo(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, waitMethods inherited from interface com.google.gerrit.server.update.RepoOnlyOp
postUpdate
-
Method Details
-
updateRepo
Description copied from interface:RepoOnlyOpOverride this method to update the repo.- Specified by:
updateRepoin interfaceRepoOnlyOp- Parameters:
ctx- context- Throws:
Exception
-