Uses of Class
org.eclipse.jgit.revwalk.FooterKey
Packages that use FooterKey
-
Uses of FooterKey in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as FooterKeyModifier and TypeFieldDescriptionstatic final FooterKey
FooterKey.ACKED_BY
StandardAcked-by
static final FooterKey
FooterKey.CC
StandardCC
static final FooterKey
FooterKey.SIGNED_OFF_BY
StandardSigned-off-by
Methods in org.eclipse.jgit.revwalk with parameters of type FooterKeyModifier and TypeMethodDescriptionRevCommit.getFooterLines
(FooterKey key) Get the values of all footer lines with the given key.FooterLine.getValues
(List<FooterLine> footers, FooterKey key) Get the values of all footer lines with the given key.boolean
Whether keys match