Class TrackingFooter

java.lang.Object
com.google.gerrit.server.config.TrackingFooter

public class TrackingFooter extends Object
Tracking entry in the configuration file
  • Constructor Details

  • Method Details

    • footerKey

      public org.eclipse.jgit.revwalk.FooterKey footerKey()
      FooterKey to match in the commit message
    • match

      public Pattern match()
      Regex for parsing out external tracking id from FooterLine
    • system

      public String system()
      Name of the remote tracking system
    • toString

      public String toString()
      Overrides:
      toString in class Object