Package com.google.gerrit.common
Class FooterConstants
java.lang.Object
com.google.gerrit.common.FooterConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
CHANGE_ID
public static final org.eclipse.jgit.revwalk.FooterKey CHANGE_IDThe change ID as used to track patch sets. -
LINK
public static final org.eclipse.jgit.revwalk.FooterKey LINKLink is an alternative footer that may be used to track patch sets. -
REVIEWED_BY
public static final org.eclipse.jgit.revwalk.FooterKey REVIEWED_BYThe footer telling us who reviewed the change. -
REVIEWED_ON
public static final org.eclipse.jgit.revwalk.FooterKey REVIEWED_ONThe footer telling us the URL where the review took place. -
TESTED_BY
public static final org.eclipse.jgit.revwalk.FooterKey TESTED_BYThe footer telling us who tested the change.
-
-
Constructor Details
-
FooterConstants
public FooterConstants()
-