Package com.google.gerrit.server.change
Class TestSubmitInput
java.lang.Object
com.google.gerrit.extensions.api.changes.SubmitInput
com.google.gerrit.server.change.TestSubmitInput
Subclass of 
SubmitInput with special bits that may be flipped for testing purposes only.- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanFor each change being submitted, an element is removed from this queue and, if the value is true, a bogus ref update is added to the batch, in order to generate a lock failure during execution.Fields inherited from class com.google.gerrit.extensions.api.changes.SubmitInputnotify, notifyDetails, onBehalfOf, waitForMerge
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
failAfterRefUpdatespublic boolean failAfterRefUpdates
- 
generateLockFailuresFor each change being submitted, an element is removed from this queue and, if the value is true, a bogus ref update is added to the batch, in order to generate a lock failure during execution.
 
- 
- 
Constructor Details- 
TestSubmitInputpublic TestSubmitInput()
 
-