C# Класс GitSharp.Core.ReflogReader.Entry

Показать файл Открыть проект

Открытые методы

Метод Описание
Entry ( byte raw, int pos ) : System
ToString ( ) : string
getComment ( ) : string

Gets the textual description of the change.

getNewId ( ) : ObjectId

Gets the commit id after the change.

getOldId ( ) : ObjectId

Gets the commit id before the change.

getWho ( ) : PersonIdent

Gets the user performing the change.

Описание методов

Entry() публичный Метод

public Entry ( byte raw, int pos ) : System
raw byte
pos int
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

getComment() публичный Метод

Gets the textual description of the change.
public getComment ( ) : string
Результат string

getNewId() публичный Метод

Gets the commit id after the change.
public getNewId ( ) : ObjectId
Результат ObjectId

getOldId() публичный Метод

Gets the commit id before the change.
public getOldId ( ) : ObjectId
Результат ObjectId

getWho() публичный Метод

Gets the user performing the change.
public getWho ( ) : PersonIdent
Результат PersonIdent