Class SubmitRequirementInfo
java.lang.Object
com.google.gerrit.extensions.common.SubmitRequirementInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Boolean indicating if this submit requirement can be overridden in child projects.Expression string to be evaluated on a change.Description of the submit requirement.Name of the submit requirement.Expression string to be evaluated on a change.Expression string to be evaluated on a change. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Name of the submit requirement. -
description
Description of the submit requirement. -
applicabilityExpression
Expression string to be evaluated on a change. Decides if this submit requirement is applicable on the given change. -
submittabilityExpression
Expression string to be evaluated on a change. When evaluated to true, this submit requirement becomes fulfilled for this change. -
overrideExpression
Expression string to be evaluated on a change. When evaluated to true, this submit requirement becomes fulfilled for this change regardless of the evaluation of thesubmittabilityExpression
. -
allowOverrideInChildProjects
public boolean allowOverrideInChildProjectsBoolean indicating if this submit requirement can be overridden in child projects.
-
-
Constructor Details
-
SubmitRequirementInfo
public SubmitRequirementInfo()
-