Interface ProjectQueryBuilder

All Known Implementing Classes:
ProjectQueryBuilderImpl

public interface ProjectQueryBuilder
Provides methods required for parsing projects queries.

Internally (at google), this interface has a different implementation, comparing to upstream. For example, Google disables the `state` predicate which can expose it by setting `gerrit.projectStatePredicateEnabled = false`.