C# Class APD.IntegrationTests.VCS.Git.GitSharpContext

Show file Open project: flyrev/Smeedee_git_plugin

Protected Properties

Property Type Description
_localDirectory string
_nicolai GitSharp.Author
_repo GitSharp.Repository
_repositoryUrl string

Protected Methods

Method Description
CleanRepository ( ) : void
CreateFileInLocalDirectory ( string filepath ) : void
FilepathInLocalDirectory ( string filename ) : string
GetLastRevision ( ) : long
GetLatestChangeset ( ) : Commit
SetupContext ( ) : void

Method Details

CleanRepository() protected static method

protected static CleanRepository ( ) : void
return void

CreateFileInLocalDirectory() protected static method

protected static CreateFileInLocalDirectory ( string filepath ) : void
filepath string
return void

FilepathInLocalDirectory() protected static method

protected static FilepathInLocalDirectory ( string filename ) : string
filename string
return string

GetLastRevision() protected method

protected GetLastRevision ( ) : long
return long

GetLatestChangeset() protected method

protected GetLatestChangeset ( ) : Commit
return GitSharp.Commit

SetupContext() protected method

protected SetupContext ( ) : void
return void

Property Details

_localDirectory protected static property

protected static string _localDirectory
return string

_nicolai protected static property

protected static Author,GitSharp _nicolai
return GitSharp.Author

_repo protected static property

protected static Repository,GitSharp _repo
return GitSharp.Repository

_repositoryUrl protected static property

protected static string _repositoryUrl
return string