public static class BatchUpdate.RepoOnlyOp
extends java.lang.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 java.lang.Exception
ctx - contextjava.lang.Exceptionpublic void postUpdate(BatchUpdate.Context ctx) throws java.lang.Exception
ctx - contextjava.lang.Exception