Package com.google.gerrit.entities
Class SubmitRequirementExpressionResult.PredicateResult
java.lang.Object
com.google.gerrit.entities.SubmitRequirementExpressionResult.PredicateResult
- Enclosing class:
- SubmitRequirementExpressionResult
Entity detailing the result of evaluating a predicate.
Example - branch:refs/heads/foo and has:unresolved
The above predicate is an "And" predicate having two child predicates:
- branch:refs/heads/foo
- has:unresolved
Each child predicate as well as the parent contains the result of its evaluation.
-
Constructor Details
-
PredicateResult
public PredicateResult()
-
-
Method Details
-
predicateString
We only set this field for leaf predicates. -
builder
-