C# Class GitSharp.Core.Transport.PushResult

Inheritance: OperationResult
Afficher le fichier Open project: stschake/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
GetRemoteUpdate ( string refName ) : RemoteRefUpdate
SetRemoteUpdates ( RemoteRefUpdate>.IDictionary remoteUpdates ) : void

Method Details

GetRemoteUpdate() public méthode

public GetRemoteUpdate ( string refName ) : RemoteRefUpdate
refName string
Résultat RemoteRefUpdate

SetRemoteUpdates() public méthode

public SetRemoteUpdates ( RemoteRefUpdate>.IDictionary remoteUpdates ) : void
remoteUpdates RemoteRefUpdate>.IDictionary
Résultat void