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

Afficher le fichier Open project: CustomerFX/SalesLogixGitExtensions

Méthodes publiques

Свойство Type Description
Executable string

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static Add ( ) : void
Résultat void

Branch() public static méthode

public static Branch ( ) : void
Résultat void

Browse() public static méthode

public static Browse ( ) : void
Résultat void

Checkout() public static méthode

public static Checkout ( ) : void
Résultat void

Commit() public static méthode

public static Commit ( ) : void
Résultat void

EditGitIgnore() public static méthode

public static EditGitIgnore ( ) : void
Résultat void

GetBranches() public static méthode

public static GetBranches ( ) : List
Résultat List

GetCurrentBranch() public static méthode

public static GetCurrentBranch ( ) : string
Résultat string

Init() public static méthode

public static Init ( ) : void
Résultat void

ManageRemotes() public static méthode

public static ManageRemotes ( ) : void
Résultat void

Merge() public static méthode

public static Merge ( ) : void
Résultat void

Pull() public static méthode

public static Pull ( ) : void
Résultat void

Push() public static méthode

public static Push ( ) : void
Résultat void

Settings() public static méthode

public static Settings ( ) : void
Résultat void

ShellBash() public static méthode

public static ShellBash ( ) : void
Résultat void

ShellCommand() public static méthode

public static ShellCommand ( string command ) : void
command string
Résultat void

ShellCommand() public static méthode

public static ShellCommand ( string command, bool wait ) : void
command string
wait bool
Résultat void

ShellCommand() public static méthode

public static ShellCommand ( string command, string arg ) : void
command string
arg string
Résultat void

ShellCommand() public static méthode

public static ShellCommand ( string command, string arg, bool wait ) : void
command string
arg string
wait bool
Résultat void

Show() public static méthode

public static Show ( ) : void
Résultat void

Stash() public static méthode

public static Stash ( ) : void
Résultat void

ViewChanges() public static méthode

public static ViewChanges ( ) : void
Résultat void

Property Details

Executable public_oe static_oe property

public static string Executable
Résultat string