public class FooterConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.eclipse.jgit.revwalk.FooterKey |
CHANGE_ID
The change ID as 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 and Description |
---|
FooterConstants() |
public static final org.eclipse.jgit.revwalk.FooterKey CHANGE_ID
public static final org.eclipse.jgit.revwalk.FooterKey REVIEWED_BY
public static final org.eclipse.jgit.revwalk.FooterKey REVIEWED_ON
public static final org.eclipse.jgit.revwalk.FooterKey TESTED_BY