Class FooterConstants

java.lang.Object
com.google.gerrit.common.FooterConstants

public class FooterConstants extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.jgit.revwalk.FooterKey
    The change ID as used to track patch sets.
    static final org.eclipse.jgit.revwalk.FooterKey
    Link is an alternative footer that may be used to track patch sets.
    static final org.eclipse.jgit.revwalk.FooterKey
    The footer telling us who reviewed the change.
    static final org.eclipse.jgit.revwalk.FooterKey
    The footer telling us the URL where the review took place.
    static final org.eclipse.jgit.revwalk.FooterKey
    The footer telling us who tested the change.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CHANGE_ID

      public static final org.eclipse.jgit.revwalk.FooterKey CHANGE_ID
      The change ID as used to track patch sets.
    • REVIEWED_BY

      public static final org.eclipse.jgit.revwalk.FooterKey REVIEWED_BY
      The footer telling us who reviewed the change.
    • REVIEWED_ON

      public static final org.eclipse.jgit.revwalk.FooterKey REVIEWED_ON
      The footer telling us the URL where the review took place.
    • TESTED_BY

      public static final org.eclipse.jgit.revwalk.FooterKey TESTED_BY
      The footer telling us who tested the change.
  • Constructor Details

    • FooterConstants

      public FooterConstants()