Class ProjectIsVisibleToPredicate

java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.OperatorPredicate<T>
com.google.gerrit.index.query.IsVisibleToPredicate<com.google.gerrit.index.project.ProjectData>
com.google.gerrit.server.query.project.ProjectIsVisibleToPredicate
All Implemented Interfaces:
Matchable<com.google.gerrit.index.project.ProjectData>

public class ProjectIsVisibleToPredicate extends IsVisibleToPredicate<com.google.gerrit.index.project.ProjectData>
  • Field Details

  • Constructor Details

  • Method Details

    • match

      public boolean match(com.google.gerrit.index.project.ProjectData pd)
      Description copied from interface: Matchable
      Does this predicate match this object?
    • getCost

      public int getCost()
      Description copied from interface: Matchable
      Returns a cost estimate to run this predicate, higher figures cost more.