public class ParentProjectPredicate extends OrPredicate<ChangeData>
Constructor and Description |
---|
ParentProjectPredicate(ProjectCache projectCache,
ChildProjects childProjects,
String value) |
Modifier and Type | Method and Description |
---|---|
protected static List<Predicate<ChangeData>> |
predicates(ProjectCache projectCache,
ChildProjects childProjects,
String value) |
String |
toString() |
copy, equals, getChild, getChildCount, getChildren, getCost, hashCode, isMatchable, match
and, and, any, asMatchable, estimateCost, getLeafCount, not, or, or
protected final String value
public ParentProjectPredicate(ProjectCache projectCache, ChildProjects childProjects, String value)
protected static List<Predicate<ChangeData>> predicates(ProjectCache projectCache, ChildProjects childProjects, String value)
public String toString()
toString
in class OrPredicate<ChangeData>