Package com.google.gerrit.server.notedb
Class StoreSubmitRequirementsOp
java.lang.Object
com.google.gerrit.server.notedb.StoreSubmitRequirementsOp
- All Implemented Interfaces:
BatchUpdateOp
,RepoOnlyOp
A
BatchUpdateOp
that stores the evaluated submit requirements of a change in NoteDb.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStoreSubmitRequirementsOp
(OnStoreSubmitRequirementResultModifier onStoreSubmitRequirementResultModifier, Collection<SubmitRequirementResult> submitRequirementResults, ChangeData changeData) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Override this method to modify a change.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gerrit.server.update.RepoOnlyOp
postUpdate, updateRepo
-
Constructor Details
-
StoreSubmitRequirementsOp
@Inject public StoreSubmitRequirementsOp(OnStoreSubmitRequirementResultModifier onStoreSubmitRequirementResultModifier, Collection<SubmitRequirementResult> submitRequirementResults, ChangeData changeData)
-
-
Method Details
-
updateChange
Description copied from interface:BatchUpdateOp
Override this method to modify a change.- Specified by:
updateChange
in interfaceBatchUpdateOp
- Parameters:
ctx
- context- Returns:
- whether anything was changed that might require a write to the metadata storage.
- Throws:
Exception
-