public class ParentProjectPredicate extends com.google.gerrit.index.query.OrPredicate<ChangeData>
Constructor and Description |
---|
ParentProjectPredicate(ProjectCache projectCache,
com.google.inject.Provider<ListChildProjects> listChildProjects,
com.google.inject.Provider<CurrentUser> self,
String value) |
Modifier and Type | Method and Description |
---|---|
protected static List<com.google.gerrit.index.query.Predicate<ChangeData>> |
predicates(ProjectCache projectCache,
com.google.inject.Provider<ListChildProjects> listChildProjects,
com.google.inject.Provider<CurrentUser> self,
String value) |
String |
toString() |
copy, equals, getChild, getChildCount, getChildren, getCost, hashCode, isMatchable, match
protected final String value
public ParentProjectPredicate(ProjectCache projectCache, com.google.inject.Provider<ListChildProjects> listChildProjects, com.google.inject.Provider<CurrentUser> self, String value)
protected static List<com.google.gerrit.index.query.Predicate<ChangeData>> predicates(ProjectCache projectCache, com.google.inject.Provider<ListChildProjects> listChildProjects, com.google.inject.Provider<CurrentUser> self, String value)
public String toString()
toString
in class com.google.gerrit.index.query.OrPredicate<ChangeData>