C# Class GitSharp.Core.ReflogReader.Entry

Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
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.

Method Details

Entry() public méthode

public Entry ( byte raw, int pos ) : System
raw byte
pos int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

getComment() public méthode

Gets the textual description of the change.
public getComment ( ) : string
Résultat string

getNewId() public méthode

Gets the commit id after the change.
public getNewId ( ) : ObjectId
Résultat ObjectId

getOldId() public méthode

Gets the commit id before the change.
public getOldId ( ) : ObjectId
Résultat ObjectId

getWho() public méthode

Gets the user performing the change.
public getWho ( ) : PersonIdent
Résultat PersonIdent