Class SubmitRequirementInput
java.lang.Object
com.google.gerrit.extensions.common.SubmitRequirementInput
API Input describing a submit requirement entity.
-
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
-
Field Details
-
name
Submit requirement name. -
description
Submit requirement description. -
applicabilityExpression
Query expression that can be evaluated on any change. If evaluated to true on a change, the submit requirement is then applicable on this change. -
submittabilityExpression
Query 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. -
overrideExpression
Query 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. -
allowOverrideInChildProjects
Whether this submit requirement can be overridden in child projects.
-
-
Constructor Details
-
SubmitRequirementInput
public SubmitRequirementInput()
-