public class DeleteChangeOp extends java.lang.Object implements BatchUpdateOp
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteChangeOp.Factory |
Modifier and Type | Method and Description |
---|---|
boolean |
updateChange(ChangeContext ctx)
Override this method to modify a change.
|
void |
updateRepo(RepoContext ctx)
Override this method to update the repo.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postUpdate
public boolean updateChange(ChangeContext ctx) throws RestApiException, java.io.IOException
BatchUpdateOp
updateChange
in interface BatchUpdateOp
ctx
- contextRestApiException
java.io.IOException
public void updateRepo(RepoContext ctx) throws java.io.IOException
RepoOnlyOp
updateRepo
in interface RepoOnlyOp
ctx
- contextjava.io.IOException