C# Class FX.SalesLogix.Modules.GitExtensions.Connectors.ExtensionsConnector

Show file Open project: CustomerFX/SalesLogixGitExtensions

Public Properties

Property Type Description
Executable string

Public Methods

Method Description
Add ( ) : void
Branch ( ) : void
Browse ( ) : void
Checkout ( ) : void
Commit ( ) : void
EditGitIgnore ( ) : void
GetBranches ( ) : List
GetCurrentBranch ( ) : string
Init ( ) : void
ManageRemotes ( ) : void
Merge ( ) : void
Pull ( ) : void
Push ( ) : void
Settings ( ) : void
ShellBash ( ) : void
ShellCommand ( string command ) : void
ShellCommand ( string command, bool wait ) : void
ShellCommand ( string command, string arg ) : void
ShellCommand ( string command, string arg, bool wait ) : void
Show ( ) : void
Stash ( ) : void
ViewChanges ( ) : void

Private Methods

Method Description
CreateAndStartProcess ( string argument, string cmd ) : void
CreateAndStartProcess ( string arguments, string cmd, string &stdOutput, string &stdError ) : void
CreateProcessStartInfo ( ) : ProcessStartInfo
ShellGitCommand ( string command ) : string

Method Details

Add() public static method

public static Add ( ) : void
return void

Branch() public static method

public static Branch ( ) : void
return void

Browse() public static method

public static Browse ( ) : void
return void

Checkout() public static method

public static Checkout ( ) : void
return void

Commit() public static method

public static Commit ( ) : void
return void

EditGitIgnore() public static method

public static EditGitIgnore ( ) : void
return void

GetBranches() public static method

public static GetBranches ( ) : List
return List

GetCurrentBranch() public static method

public static GetCurrentBranch ( ) : string
return string

Init() public static method

public static Init ( ) : void
return void

ManageRemotes() public static method

public static ManageRemotes ( ) : void
return void

Merge() public static method

public static Merge ( ) : void
return void

Pull() public static method

public static Pull ( ) : void
return void

Push() public static method

public static Push ( ) : void
return void

Settings() public static method

public static Settings ( ) : void
return void

ShellBash() public static method

public static ShellBash ( ) : void
return void

ShellCommand() public static method

public static ShellCommand ( string command ) : void
command string
return void

ShellCommand() public static method

public static ShellCommand ( string command, bool wait ) : void
command string
wait bool
return void

ShellCommand() public static method

public static ShellCommand ( string command, string arg ) : void
command string
arg string
return void

ShellCommand() public static method

public static ShellCommand ( string command, string arg, bool wait ) : void
command string
arg string
wait bool
return void

Show() public static method

public static Show ( ) : void
return void

Stash() public static method

public static Stash ( ) : void
return void

ViewChanges() public static method

public static ViewChanges ( ) : void
return void

Property Details

Executable public static property

public static string Executable
return string