Java org.eclipse.jgit.notes Note fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.notes Note fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Note(AnyObjectId noteOn, ObjectId noteData)
A Git note about the object referenced by noteOn .

Method

ObjectIdgetData()
Get the note content.
StringgetName()
Get string form of the SHA-1, in lower case hexadecimal.
Stringname()

name.