C# Class GitSharp.Core.Transport.BasePackFetchConnection

Inheritance: BasePackConnection, IFetchConnection, IDisposable
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Свойство Type Description
ADVERTISED GitSharp.Core.RevWalk.RevFlag
COMMON GitSharp.Core.RevWalk.RevFlag
REACHABLE GitSharp.Core.RevWalk.RevFlag

Méthodes publiques

Méthode Description
BasePackFetchConnection ( IPackTransport packTransport ) : System
Dispose ( ) : void
Fetch ( ProgressMonitor monitor, List want, List have ) : void
SetPackLockMessage ( string message ) : void

Méthodes protégées

Méthode Description
doFetch ( ProgressMonitor monitor, List want, List have ) : void

Private Methods

Méthode Description
EnableCapabilities ( ) : string
MarkAdvertised ( AnyObjectId id ) : void
MarkCommon ( RevObject obj ) : void
MarkReachable ( IEnumerable have, int maxTime ) : void
MarkRefsAdvertised ( ) : void
MaxTimeWanted ( IEnumerable wants ) : int
Negotiate ( ProgressMonitor monitor ) : void
NegotiateBegin ( ) : void
ReceivePack ( ProgressMonitor monitor ) : void
SendWants ( IEnumerable want ) : bool

Method Details

BasePackFetchConnection() public méthode

public BasePackFetchConnection ( IPackTransport packTransport ) : System
packTransport IPackTransport
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Fetch() public méthode

public Fetch ( ProgressMonitor monitor, List want, List have ) : void
monitor ProgressMonitor
want List
have List
Résultat void

SetPackLockMessage() public méthode

public SetPackLockMessage ( string message ) : void
message string
Résultat void

doFetch() protected méthode

protected doFetch ( ProgressMonitor monitor, List want, List have ) : void
monitor ProgressMonitor
want List
have List
Résultat void

Property Details

ADVERTISED public_oe property

public RevFlag,GitSharp.Core.RevWalk ADVERTISED
Résultat GitSharp.Core.RevWalk.RevFlag

COMMON public_oe property

public RevFlag,GitSharp.Core.RevWalk COMMON
Résultat GitSharp.Core.RevWalk.RevFlag

REACHABLE public_oe property

public RevFlag,GitSharp.Core.RevWalk REACHABLE
Résultat GitSharp.Core.RevWalk.RevFlag