Package com.google.gerrit.server.git
Class SubmoduleOp.GitlinkOp
- java.lang.Object
- 
- com.google.gerrit.server.git.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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateRepo(RepoContext ctx)Override this method to update the repo.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.google.gerrit.server.update.RepoOnlyOppostUpdate
 
- 
 
- 
- 
- 
Method Detail- 
updateRepopublic void updateRepo(RepoContext ctx) throws Exception Description copied from interface:RepoOnlyOpOverride this method to update the repo.- Specified by:
- updateRepoin interface- RepoOnlyOp
- Parameters:
- ctx- context
- Throws:
- Exception
 
 
- 
 
-