C# Class JenkinsTransport.ConfigurationForm

Inheritance: System.Windows.Forms.Form, IForm
Afficher le fichier Open project: csnate/cctray-jenkins-transport

Méthodes publiques

Méthode Description
ConfigurationForm ( ) : System
GetPassword ( ) : string

Gets the password from the form

GetServer ( ) : string

Gets the server name from the form

GetUsername ( ) : string

Gets the username from the form

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsValidServer ( string server ) : bool
ServerTextBox_Validated ( object sender, EventArgs e ) : void
ServerTextBox_Validating ( object sender, CancelEventArgs e ) : void

Method Details

ConfigurationForm() public méthode

public ConfigurationForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetPassword() public méthode

Gets the password from the form
public GetPassword ( ) : string
Résultat string

GetServer() public méthode

Gets the server name from the form
public GetServer ( ) : string
Résultat string

GetUsername() public méthode

Gets the username from the form
public GetUsername ( ) : string
Résultat string