Java org.eclipse.jgit.revwalk FooterKey fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revwalk FooterKey fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revwalk FooterKey.

The text is from its open source code.

Field

FooterKeySIGNED_OFF_BY
Standard Signed-off-by
FooterKeyACKED_BY
Standard Acked-by
FooterKeyCC
Standard CC

Constructor

FooterKey(String keyName)
Create a key for a specific footer line.

Method

StringgetName()
Get name of this footer line.