C# Class TeamMentor.CoreLib.TM_Xml_Database_Git_ExtensionMethods

Show file Open project: TeamMentor/Master

Public Methods

Method Description
clone_Library ( this tmDatabase, string gitLibrary, string targetFolder ) : TM_Xml_Database
gitCommit_SeparateThread ( this nGit ) : FluentSharp.Git.APIs.API_NGit
git_Pull_Library ( this nGit ) : FluentSharp.Git.APIs.API_NGit
git_Push_Library ( this nGit ) : FluentSharp.Git.APIs.API_NGit
handle_UserData_GitLibraries ( this tmDatabase ) : TM_Xml_Database
setupGitSupport ( this tmDatabaseGit ) : TM_Xml_Database
triggerGitCommit ( this tmDatabase ) : TM_Xml_Database_Git

Method Details

clone_Library() public static method

public static clone_Library ( this tmDatabase, string gitLibrary, string targetFolder ) : TM_Xml_Database
tmDatabase this
gitLibrary string
targetFolder string
return TM_Xml_Database

gitCommit_SeparateThread() public static method

public static gitCommit_SeparateThread ( this nGit ) : FluentSharp.Git.APIs.API_NGit
nGit this
return FluentSharp.Git.APIs.API_NGit

git_Pull_Library() public static method

public static git_Pull_Library ( this nGit ) : FluentSharp.Git.APIs.API_NGit
nGit this
return FluentSharp.Git.APIs.API_NGit

git_Push_Library() public static method

public static git_Push_Library ( this nGit ) : FluentSharp.Git.APIs.API_NGit
nGit this
return FluentSharp.Git.APIs.API_NGit

handle_UserData_GitLibraries() public static method

public static handle_UserData_GitLibraries ( this tmDatabase ) : TM_Xml_Database
tmDatabase this
return TM_Xml_Database

setupGitSupport() public static method

public static setupGitSupport ( this tmDatabaseGit ) : TM_Xml_Database
tmDatabaseGit this
return TM_Xml_Database

triggerGitCommit() public static method

public static triggerGitCommit ( this tmDatabase ) : TM_Xml_Database_Git
tmDatabase this
return TM_Xml_Database_Git