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

파일 보기 프로젝트 열기: jagregory/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
RemoteRefUpdate ( RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId ) : System
RemoteRefUpdate ( Repository localDb, string srcRef, string remoteName, bool forceUpdate, string localName, ObjectId expectedOldObjectId ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
updateTrackingRef ( RevWalk walk ) : void

메소드 상세

RemoteRefUpdate() 공개 메소드

public RemoteRefUpdate ( RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId ) : System
baseUpdate RemoteRefUpdate
newExpectedOldObjectId ObjectId
리턴 System

RemoteRefUpdate() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

updateTrackingRef() 보호된 메소드

protected updateTrackingRef ( RevWalk walk ) : void
walk RevWalk
리턴 void