C# Class GitSharp.Core.Transport.RemoteRefUpdate

Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
RemoteRefUpdate ( RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId ) : System
RemoteRefUpdate ( Repository localDb, string srcRef, string remoteName, bool forceUpdate, string localName, ObjectId expectedOldObjectId ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
updateTrackingRef ( RevWalk walk ) : void

Method Details

RemoteRefUpdate() public méthode

public RemoteRefUpdate ( RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId ) : System
baseUpdate RemoteRefUpdate
newExpectedOldObjectId ObjectId
Résultat System

RemoteRefUpdate() public méthode

public RemoteRefUpdate ( Repository localDb, string srcRef, string remoteName, bool forceUpdate, string localName, ObjectId expectedOldObjectId ) : System
localDb Repository
srcRef string
remoteName string
forceUpdate bool
localName string
expectedOldObjectId ObjectId
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

updateTrackingRef() protected méthode

protected updateTrackingRef ( RevWalk walk ) : void
walk RevWalk
Résultat void