C# Class GitUI.FormRemoteProcess

Form that handles Plink exceptions
Inheritance: FormProcess
显示文件 Open project: gitextensions/gitextensions Class Usage Examples

Protected Properties

Property Type Description
Module GitCommands.GitModule

Public Methods

Method Description
AskForCacheHostkey ( IWin32Window owner, GitModule module, string remoteUrl ) : bool
FormRemoteProcess ( GitModule module, string arguments ) : System
FormRemoteProcess ( GitModule module, string process, string arguments ) : System
SetUrlTryingToConnect ( string url ) : void

When cloning a remote using putty, sometimes an error occurs that the fingerprint is not known. This is fixed by trying to connect from the command line, and choose yes when asked for storing the fingerpring. Just a dirty fix...

ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool
ShowDialog ( IWin32Window owner, GitModule module, string arguments ) : bool

Protected Methods

Method Description
BeforeProcessStart ( ) : void
DataReceived ( object sender, TextEventArgs e ) : void
FormRemoteProcess ( ) : System
HandleOnExit ( bool &isError ) : bool

Method Details

AskForCacheHostkey() public static method

public static AskForCacheHostkey ( IWin32Window owner, GitModule module, string remoteUrl ) : bool
owner IWin32Window
module GitCommands.GitModule
remoteUrl string
return bool

BeforeProcessStart() protected method

protected BeforeProcessStart ( ) : void
return void

DataReceived() protected method

protected DataReceived ( object sender, TextEventArgs e ) : void
sender object
e TextEventArgs
return void

FormRemoteProcess() protected method

protected FormRemoteProcess ( ) : System
return System

FormRemoteProcess() public method

public FormRemoteProcess ( GitModule module, string arguments ) : System
module GitCommands.GitModule
arguments string
return System

FormRemoteProcess() public method

public FormRemoteProcess ( GitModule module, string process, string arguments ) : System
module GitCommands.GitModule
process string
arguments string
return System

HandleOnExit() protected method

protected HandleOnExit ( bool &isError ) : bool
isError bool
return bool

SetUrlTryingToConnect() public method

When cloning a remote using putty, sometimes an error occurs that the fingerprint is not known. This is fixed by trying to connect from the command line, and choose yes when asked for storing the fingerpring. Just a dirty fix...
public SetUrlTryingToConnect ( string url ) : void
url string
return void

ShowDialog() public static method

public static ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool
owner GitUI.GitModuleForm
arguments string
return bool

ShowDialog() public static method

public static ShowDialog ( IWin32Window owner, GitModule module, string arguments ) : bool
owner IWin32Window
module GitCommands.GitModule
arguments string
return bool

Property Details

Module protected_oe property

protected GitModule,GitCommands Module
return GitCommands.GitModule