public interface RepoOnlyOp
BatchUpdate
.
Operations that implement this type only touch the repository; they cannot touch change
storage, nor are they even associated with a change ID. To modify a change, implement BatchUpdateOp
instead.
Modifier and Type | Method and Description |
---|---|
default void |
postUpdate(Context ctx)
Override this method to do something after the update e.g.
|
default void |
updateRepo(RepoContext ctx)
Override this method to update the repo.
|
default void updateRepo(RepoContext ctx) throws java.lang.Exception
ctx
- contextjava.lang.Exception
default void postUpdate(Context ctx) throws java.lang.Exception
ctx
- contextjava.lang.Exception