Package com.google.gerrit.server.config
Class TrackingFooter
- java.lang.Object
-
- com.google.gerrit.server.config.TrackingFooter
-
public class TrackingFooter extends Object
Tracking entry in the configuration file
-
-
Constructor Summary
Constructors Constructor Description TrackingFooter(String f, String m, String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.revwalk.FooterKey
footerKey()
FooterKey
to match in the commit messagePattern
match()
Regex for parsing out external tracking id fromFooterLine
String
system()
Name of the remote tracking systemString
toString()
-
-
-
Constructor Detail
-
TrackingFooter
public TrackingFooter(String f, String m, String s) throws PatternSyntaxException
- Throws:
PatternSyntaxException
-
-