C# Class GitSharp.Core.Transport.PushResult

Inheritance: OperationResult
Show file Open project: stschake/GitSharp Class Usage Examples

Public Methods

Method Description
GetRemoteUpdate ( string refName ) : RemoteRefUpdate
SetRemoteUpdates ( RemoteRefUpdate>.IDictionary remoteUpdates ) : void

Method Details

GetRemoteUpdate() public method

public GetRemoteUpdate ( string refName ) : RemoteRefUpdate
refName string
return RemoteRefUpdate

SetRemoteUpdates() public method

public SetRemoteUpdates ( RemoteRefUpdate>.IDictionary remoteUpdates ) : void
remoteUpdates RemoteRefUpdate>.IDictionary
return void