Class TrackingIdPredicate
- java.lang.Object
- 
- com.google.gerrit.index.query.Predicate<T>
- 
- com.google.gerrit.index.query.OperatorPredicate<I>
- 
- com.google.gerrit.index.query.IndexPredicate<ChangeData>
- 
- com.google.gerrit.server.query.change.ChangeIndexPredicate
- 
- com.google.gerrit.server.query.change.TrackingIdPredicate
 
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.gerrit.index.query.Matchable<ChangeData>
 
 public class TrackingIdPredicate extends ChangeIndexPredicate 
- 
- 
Constructor SummaryConstructors Constructor Description TrackingIdPredicate(String trackingId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCost()booleanmatch(ChangeData cd)- 
Methods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
TrackingIdPredicatepublic TrackingIdPredicate(String trackingId) 
 
- 
 - 
Method Detail- 
matchpublic boolean match(ChangeData cd) throws com.google.gwtorm.server.OrmException - Throws:
- com.google.gwtorm.server.OrmException
 
 - 
getCostpublic int getCost() 
 
- 
 
-