C# 클래스 GitSharp.Core.Transport.PushResult

상속: OperationResult
파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetRemoteUpdate ( string refName ) : RemoteRefUpdate
SetRemoteUpdates ( RemoteRefUpdate>.IDictionary remoteUpdates ) : void

메소드 상세

GetRemoteUpdate() 공개 메소드

public GetRemoteUpdate ( string refName ) : RemoteRefUpdate
refName string
리턴 RemoteRefUpdate

SetRemoteUpdates() 공개 메소드

public SetRemoteUpdates ( RemoteRefUpdate>.IDictionary remoteUpdates ) : void
remoteUpdates RemoteRefUpdate>.IDictionary
리턴 void