C# Class JenkinsTransport.ConfigurationForm

Inheritance: System.Windows.Forms.Form, IForm
Show file Open project: csnate/cctray-jenkins-transport

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public ConfigurationForm ( ) : System
return System

Dispose() protected method

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

GetPassword() public method

Gets the password from the form
public GetPassword ( ) : string
return string

GetServer() public method

Gets the server name from the form
public GetServer ( ) : string
return string

GetUsername() public method

Gets the username from the form
public GetUsername ( ) : string
return string