Package com.google.gerrit.server.change
Class SetAssigneeOp
- java.lang.Object
- 
- com.google.gerrit.server.change.SetAssigneeOp
 
- 
- All Implemented Interfaces:
- BatchUpdateOp,- RepoOnlyOp
 
 public class SetAssigneeOp extends Object implements BatchUpdateOp 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceSetAssigneeOp.Factory
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostUpdate(Context ctx)Override this method to do something after the update e.g.booleanupdateChange(ChangeContext ctx)Override this method to modify a change.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.google.gerrit.server.update.RepoOnlyOpupdateRepo
 
- 
 
- 
- 
- 
Method Detail- 
updateChangepublic boolean updateChange(ChangeContext ctx) throws com.google.gwtorm.server.OrmException, RestApiException Description copied from interface:BatchUpdateOpOverride this method to modify a change.- Specified by:
- updateChangein interface- BatchUpdateOp
- Parameters:
- ctx- context
- Returns:
- whether anything was changed that might require a write to the metadata storage.
- Throws:
- com.google.gwtorm.server.OrmException
- RestApiException
 
 - 
postUpdatepublic void postUpdate(Context ctx) throws com.google.gwtorm.server.OrmException Description copied from interface:RepoOnlyOpOverride this method to do something after the update e.g. send email or run hooks- Specified by:
- postUpdatein interface- RepoOnlyOp
- Parameters:
- ctx- context
- Throws:
- com.google.gwtorm.server.OrmException
 
 
- 
 
-