Class SubmitRequirementInput
java.lang.Object
com.google.gerrit.extensions.common.SubmitRequirementInput
API Input describing a submit requirement entity.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionWhether this submit requirement can be overridden in child projects.Query expression that can be evaluated on any change.Submit requirement description.Submit requirement name.Query expression that can be evaluated on any change.Query expression that can be evaluated on any change.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
nameSubmit requirement name.
- 
descriptionSubmit requirement description.
- 
applicabilityExpressionQuery expression that can be evaluated on any change. If evaluated to true on a change, the submit requirement is then applicable on this change.
- 
submittabilityExpressionQuery expression that can be evaluated on any change. If evaluated to true on a change, the submit requirement is fulfilled and not blocking change submission.
- 
overrideExpressionQuery expression that can be evaluated on any change. If evaluated to true on a change, the submit requirement is overridden and not blocking change submission.
- 
allowOverrideInChildProjectsWhether this submit requirement can be overridden in child projects.
 
- 
- 
Constructor Details- 
SubmitRequirementInputpublic SubmitRequirementInput()
 
-