Package com.google.gerrit.server.notedb
Class ChangeNoteFooters
- java.lang.Object
-
- com.google.gerrit.server.notedb.ChangeNoteFooters
-
public class ChangeNoteFooters extends Object
Footers, that can be set in NoteDb commits.
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.jgit.revwalk.FooterKey
FOOTER_ATTENTION
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_BRANCH
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_CHANGE_ID
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_CHERRY_PICK_OF
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_COMMIT
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_COPIED_LABEL
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_CURRENT
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_GROUPS
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_HASHTAGS
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_LABEL
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_PATCH_SET
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_PATCH_SET_DESCRIPTION
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_PRIVATE
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_REAL_USER
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_REVERT_OF
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_STATUS
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_SUBJECT
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_SUBMISSION_ID
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_SUBMITTED_WITH
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_TAG
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_TOPIC
static org.eclipse.jgit.revwalk.FooterKey
FOOTER_WORK_IN_PROGRESS
-
Constructor Summary
Constructors Constructor Description ChangeNoteFooters()
-
-
-
Field Detail
-
FOOTER_ATTENTION
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_ATTENTION
-
FOOTER_BRANCH
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_BRANCH
-
FOOTER_CHANGE_ID
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_CHANGE_ID
-
FOOTER_COMMIT
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_COMMIT
-
FOOTER_CURRENT
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_CURRENT
-
FOOTER_GROUPS
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_GROUPS
-
FOOTER_HASHTAGS
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_HASHTAGS
-
FOOTER_LABEL
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_LABEL
-
FOOTER_COPIED_LABEL
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_COPIED_LABEL
-
FOOTER_PATCH_SET
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_PATCH_SET
-
FOOTER_PATCH_SET_DESCRIPTION
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_PATCH_SET_DESCRIPTION
-
FOOTER_PRIVATE
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_PRIVATE
-
FOOTER_REAL_USER
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_REAL_USER
-
FOOTER_STATUS
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_STATUS
-
FOOTER_SUBJECT
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_SUBJECT
-
FOOTER_SUBMISSION_ID
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_SUBMISSION_ID
-
FOOTER_SUBMITTED_WITH
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_SUBMITTED_WITH
-
FOOTER_TOPIC
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_TOPIC
-
FOOTER_TAG
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_TAG
-
FOOTER_WORK_IN_PROGRESS
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_WORK_IN_PROGRESS
-
FOOTER_REVERT_OF
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_REVERT_OF
-
FOOTER_CHERRY_PICK_OF
public static final org.eclipse.jgit.revwalk.FooterKey FOOTER_CHERRY_PICK_OF
-
-