public class TrackingFooter extends Object
| Constructor and Description |
|---|
TrackingFooter(String f,
String m,
String s) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.revwalk.FooterKey |
footerKey()
FooterKey to match in the commit message |
Pattern |
match()
Regex for parsing out external tracking id from
FooterLine |
String |
system()
Name of the remote tracking system
|
String |
toString() |
public TrackingFooter(String f, String m, String s) throws PatternSyntaxException
PatternSyntaxException