C# Class GitSharp.Core.ReflogReader

Utility for reading reflog entries.
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
ReflogReader ( Repository db, string refName ) : System

Parsed reflog entry.

getLastEntry ( ) : Entry

Get the last entry in the reflog.

getReverseEntries ( ) : IList

getReverseEntries ( int max ) : IList

Method Details

ReflogReader() public méthode

Parsed reflog entry.
public ReflogReader ( Repository db, string refName ) : System
db Repository
refName string
Résultat System

getLastEntry() public méthode

Get the last entry in the reflog.
public getLastEntry ( ) : Entry
Résultat Entry

getReverseEntries() public méthode

public getReverseEntries ( ) : IList
Résultat IList

getReverseEntries() public méthode

public getReverseEntries ( int max ) : IList
max int Max number of entries to read.
Résultat IList