Package com.google.gerrit.server.config
Class TrackingFooters
- java.lang.Object
-
- com.google.gerrit.server.config.TrackingFooters
-
public class TrackingFooters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<TrackingFooter>
trackingFooters
-
Constructor Summary
Constructors Constructor Description TrackingFooters(List<TrackingFooter> trFooters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ListMultimap<String,String>
extract(List<org.eclipse.jgit.revwalk.FooterLine> lines)
List<TrackingFooter>
getTrackingFooters()
boolean
isEmpty()
-
-
-
Field Detail
-
trackingFooters
protected List<TrackingFooter> trackingFooters
-
-
Constructor Detail
-
TrackingFooters
public TrackingFooters(List<TrackingFooter> trFooters)
-
-
Method Detail
-
getTrackingFooters
public List<TrackingFooter> getTrackingFooters()
-
isEmpty
public boolean isEmpty()
-
-