public class WorkInProgressOp extends Object implements BatchUpdateOp
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkInProgressOp.Factory |
static class |
WorkInProgressOp.Input |
| Modifier and Type | Method and Description |
|---|---|
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, waitupdateRepopublic void suppressEmail()
public boolean updateChange(ChangeContext ctx)
BatchUpdateOpupdateChange in interface BatchUpdateOpctx - contextpublic void postUpdate(Context ctx)
RepoOnlyOppostUpdate in interface RepoOnlyOpctx - context