Class ProjectIsVisibleToPredicate

  • All Implemented Interfaces:
    Matchable<com.google.gerrit.index.project.ProjectData>

    public class ProjectIsVisibleToPredicate
    extends IsVisibleToPredicate<com.google.gerrit.index.project.ProjectData>
    • Method Detail

      • match

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

        public int getCost()
        Returns:
        a cost estimate to run this predicate, higher figures cost more.