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

Afficher le fichier Open project: flyrev/Smeedee_git_plugin

Protected Properties

Свойство Type Description
_localDirectory string
_nicolai GitSharp.Author
_repo GitSharp.Repository
_repositoryUrl string

Méthodes protégées

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

Method Details

CleanRepository() protected static méthode

protected static CleanRepository ( ) : void
Résultat void

CreateFileInLocalDirectory() protected static méthode

protected static CreateFileInLocalDirectory ( string filepath ) : void
filepath string
Résultat void

FilepathInLocalDirectory() protected static méthode

protected static FilepathInLocalDirectory ( string filename ) : string
filename string
Résultat string

GetLastRevision() protected méthode

protected GetLastRevision ( ) : long
Résultat long

GetLatestChangeset() protected méthode

protected GetLatestChangeset ( ) : Commit
Résultat GitSharp.Commit

SetupContext() protected méthode

protected SetupContext ( ) : void
Résultat void

Property Details

_localDirectory protected_oe static_oe property

protected static string _localDirectory
Résultat string

_nicolai protected_oe static_oe property

protected static Author,GitSharp _nicolai
Résultat GitSharp.Author

_repo protected_oe static_oe property

protected static Repository,GitSharp _repo
Résultat GitSharp.Repository

_repositoryUrl protected_oe static_oe property

protected static string _repositoryUrl
Résultat string