Package com.google.gerrit.common
Class FooterConstants
- java.lang.Object
-
- com.google.gerrit.common.FooterConstants
-
public class FooterConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.jgit.revwalk.FooterKey
CHANGE_ID
The change ID as used to track patch sets.static org.eclipse.jgit.revwalk.FooterKey
LINK
Link is an alternative footer that may be used to track patch sets.static org.eclipse.jgit.revwalk.FooterKey
REVIEWED_BY
The footer telling us who reviewed the change.static org.eclipse.jgit.revwalk.FooterKey
REVIEWED_ON
The footer telling us the URL where the review took place.static org.eclipse.jgit.revwalk.FooterKey
TESTED_BY
The footer telling us who tested the change.
-
Constructor Summary
Constructors Constructor Description FooterConstants()
-
-
-
Field Detail
-
CHANGE_ID
public static final org.eclipse.jgit.revwalk.FooterKey CHANGE_ID
The change ID as used to track patch sets.
-
LINK
public static final org.eclipse.jgit.revwalk.FooterKey LINK
Link is an alternative footer that may be 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.
-
-