Class SubmitRequirementExpressionResult.PredicateResult

  • Enclosing class:
    SubmitRequirementExpressionResult

    public abstract static class SubmitRequirementExpressionResult.PredicateResult
    extends Object
    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.