public class AndHistoryPredicate extends Object implements HistoryPredicate
HistoryPredicates composed with AND operators such that the
resulting predicate is true only if ALL of the composed predicates are true.| Constructor and Description |
|---|
AndHistoryPredicate(List<HistoryPredicate> predicates) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(PredicateVisitor<R> visitor)
Allows us to perform operations over the clauses based on the passed in visitor.
|
String |
getDisplayString() |
List<HistoryPredicate> |
getPredicates() |
public AndHistoryPredicate(List<HistoryPredicate> predicates)
public String getDisplayString()
getDisplayString in interface HistoryPredicatepublic <R> R accept(PredicateVisitor<R> visitor)
HistoryPredicateaccept in interface HistoryPredicatevisitor - the visitor to accept.public List<HistoryPredicate> getPredicates()
Copyright © 2002-2018 Atlassian. All Rights Reserved.