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