C# Class GitUI.FormRemoteProcess

Form that handles Plink exceptions
Inheritance: FormProcess
Afficher le fichier Open project: gitextensions/gitextensions Class Usage Examples

Protected Properties

Свойство Type Description
Module GitCommands.GitModule

Méthodes publiques

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

Méthodes protégées

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

Method Details

AskForCacheHostkey() public static méthode

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

BeforeProcessStart() protected méthode

protected BeforeProcessStart ( ) : void
Résultat void

DataReceived() protected méthode

protected DataReceived ( object sender, TextEventArgs e ) : void
sender object
e TextEventArgs
Résultat void

FormRemoteProcess() protected méthode

protected FormRemoteProcess ( ) : System
Résultat System

FormRemoteProcess() public méthode

public FormRemoteProcess ( GitModule module, string arguments ) : System
module GitCommands.GitModule
arguments string
Résultat System

FormRemoteProcess() public méthode

public FormRemoteProcess ( GitModule module, string process, string arguments ) : System
module GitCommands.GitModule
process string
arguments string
Résultat System

HandleOnExit() protected méthode

protected HandleOnExit ( bool &isError ) : bool
isError bool
Résultat bool

SetUrlTryingToConnect() public méthode

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
Résultat void

ShowDialog() public static méthode

public static ShowDialog ( GitUI.GitModuleForm owner, string arguments ) : bool
owner GitUI.GitModuleForm
arguments string
Résultat bool

ShowDialog() public static méthode

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

Property Details

Module protected_oe property

protected GitModule,GitCommands Module
Résultat GitCommands.GitModule