C# Class JiraToTfs.Presenter.JiraToTfsPresenter

Exibir arquivo Open project: KilskyreMan/JiraToTfs Class Usage Examples

Public Methods

Method Description
ClosingUp ( ) : void
Initialise ( ) : void
JiraToTfsPresenter ( IJiraToTfsView view ) : System
OnShowAdvancedSettings ( ) : void
OnShowCustomFieldMappings ( ) : void
OnShowReport ( ) : void
SelectTfsProject ( ) : void
SettingsHaveChanged ( ) : void
StartImport ( ) : void

Private Methods

Method Description
import_DoWork ( object sender, DoWorkEventArgs e ) : void
import_Done ( object sender, RunWorkerCompletedEventArgs e ) : void
onProgressChanged ( Object sender, ProgressChangedEventArgs e ) : void
selectTfsProject ( string serverUri, string projectName ) : void
showAdvancedSettings ( AdvancedSettings showFirst ) : void
tfsConnect_DoWork ( object sender, DoWorkEventArgs arguments ) : void
tfsConnect_Done ( object sender, RunWorkerCompletedEventArgs e ) : void
validateSettings ( ) : bool

Method Details

ClosingUp() public method

public ClosingUp ( ) : void
return void

Initialise() public method

public Initialise ( ) : void
return void

JiraToTfsPresenter() public method

public JiraToTfsPresenter ( IJiraToTfsView view ) : System
view IJiraToTfsView
return System

OnShowAdvancedSettings() public method

public OnShowAdvancedSettings ( ) : void
return void

OnShowCustomFieldMappings() public method

public OnShowCustomFieldMappings ( ) : void
return void

OnShowReport() public method

public OnShowReport ( ) : void
return void

SelectTfsProject() public method

public SelectTfsProject ( ) : void
return void

SettingsHaveChanged() public method

public SettingsHaveChanged ( ) : void
return void

StartImport() public method

public StartImport ( ) : void
return void