Свойство | Тип | Описание | |
---|---|---|---|
ExecPath | string | ||
SSHPath | string |
Метод | Описание | |
---|---|---|
FormatGitSSHCommand ( SSHAuthenticationInfo auth_info ) : string | ||
GitCommand ( string working_dir, string args ) : System | ||
GitCommand ( string working_dir, string args, SSHAuthenticationInfo auth_info ) : System | ||
ParseProgress ( string line, double &percentage, double &speed, string &information ) : ErrorStatus |
Метод | Описание | |
---|---|---|
FindError ( string line ) : ErrorStatus |
public static FormatGitSSHCommand ( SSHAuthenticationInfo auth_info ) : string | ||
auth_info | SSHAuthenticationInfo | |
Результат | string |
public GitCommand ( string working_dir, string args ) : System | ||
working_dir | string | |
args | string | |
Результат | System |
public GitCommand ( string working_dir, string args, SSHAuthenticationInfo auth_info ) : System | ||
working_dir | string | |
args | string | |
auth_info | SSHAuthenticationInfo | |
Результат | System |
public static ParseProgress ( string line, double &percentage, double &speed, string &information ) : ErrorStatus | ||
line | string | |
percentage | double | |
speed | double | |
information | string | |
Результат | ErrorStatus |