public class MergedByPushOp extends java.lang.Object implements BatchUpdateOp
Modifier and Type | Class and Description |
---|---|
static interface |
MergedByPushOp.Factory |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMergedIntoRef() |
void |
postUpdate(Context ctx)
Override this method to do something after the update e.g.
|
MergedByPushOp |
setPatchSetProvider(com.google.inject.Provider<PatchSet> patchSetProvider) |
boolean |
updateChange(ChangeContext ctx)
Override this method to modify a change.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
updateRepo
public java.lang.String getMergedIntoRef()
public MergedByPushOp setPatchSetProvider(com.google.inject.Provider<PatchSet> patchSetProvider)
public boolean updateChange(ChangeContext ctx) throws com.google.gwtorm.server.OrmException, java.io.IOException
BatchUpdateOp
updateChange
in interface BatchUpdateOp
ctx
- contextcom.google.gwtorm.server.OrmException
java.io.IOException
public void postUpdate(Context ctx)
RepoOnlyOp
postUpdate
in interface RepoOnlyOp
ctx
- context