C# 클래스 APD.IntegrationTests.VCS.Git.GitSharpContext

파일 보기 프로젝트 열기: flyrev/Smeedee_git_plugin

보호된 프로퍼티들

프로퍼티 타입 설명
_localDirectory string
_nicolai GitSharp.Author
_repo GitSharp.Repository
_repositoryUrl string

보호된 메소드들

메소드 설명
CleanRepository ( ) : void
CreateFileInLocalDirectory ( string filepath ) : void
FilepathInLocalDirectory ( string filename ) : string
GetLastRevision ( ) : long
GetLatestChangeset ( ) : Commit
SetupContext ( ) : void

메소드 상세

CleanRepository() 보호된 정적인 메소드

protected static CleanRepository ( ) : void
리턴 void

CreateFileInLocalDirectory() 보호된 정적인 메소드

protected static CreateFileInLocalDirectory ( string filepath ) : void
filepath string
리턴 void

FilepathInLocalDirectory() 보호된 정적인 메소드

protected static FilepathInLocalDirectory ( string filename ) : string
filename string
리턴 string

GetLastRevision() 보호된 메소드

protected GetLastRevision ( ) : long
리턴 long

GetLatestChangeset() 보호된 메소드

protected GetLatestChangeset ( ) : Commit
리턴 GitSharp.Commit

SetupContext() 보호된 메소드

protected SetupContext ( ) : void
리턴 void

프로퍼티 상세

_localDirectory 보호되어 있는 정적으로 프로퍼티

protected static string _localDirectory
리턴 string

_nicolai 보호되어 있는 정적으로 프로퍼티

protected static Author,GitSharp _nicolai
리턴 GitSharp.Author

_repo 보호되어 있는 정적으로 프로퍼티

protected static Repository,GitSharp _repo
리턴 GitSharp.Repository

_repositoryUrl 보호되어 있는 정적으로 프로퍼티

protected static string _repositoryUrl
리턴 string