public static class BatchUpdate.RepoOnlyOp extends Object
| Constructor and Description |
|---|
BatchUpdate.RepoOnlyOp() |
| Modifier and Type | Method and Description |
|---|---|
void |
postUpdate(BatchUpdate.Context ctx)
Override this method to do something after the update
e.g.
|
void |
updateRepo(BatchUpdate.RepoContext ctx)
Override this method to update the repo.
|
public void updateRepo(BatchUpdate.RepoContext ctx) throws Exception
ctx - contextExceptionpublic void postUpdate(BatchUpdate.Context ctx) throws Exception
ctx - contextException