C# Class StopWatch.IssueControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: carstengehling/jirastopwatch Class Usage Examples

Public Methods

Method Description
IssueControl ( StopWatch.JiraClient jiraClient, Settings settings ) : System
OpenIssueInBrowser ( string key ) : void
Pause ( ) : void
Start ( ) : void
ToggleRemoveIssueButton ( bool Enable ) : void
UpdateOutput ( bool updateSummary = false ) : void
focusJiraField ( ) : bool

Private Methods

Method Description
EditTime ( ) : void
InitializeComponent ( ) : void
LoadIssues ( ) : void
OpenJira ( string issue ) : void
PostAndReset ( string key, System.TimeSpan timeElapsed, string comment, EstimateUpdateMethods estimateUpdateMethod, string estimateUpdateValue ) : void
Reset ( ) : void
UpdateRemainingEstimate ( WorklogForm worklogForm ) : void
UpdateSummary ( ) : void
btnOpen_Click ( object sender, EventArgs e ) : void
btnPostAndReset_Click ( object sender, EventArgs e ) : void
btnRemoveIssue_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnStartStop_Click ( object sender, EventArgs e ) : void
cbJira_DrawItem ( object sender, DrawItemEventArgs e ) : void
cbJira_DropDown ( object sender, EventArgs e ) : void
cbJira_KeyDown ( object sender, KeyEventArgs e ) : void
cbJira_Leave ( object sender, EventArgs e ) : void
cbJira_MeasureItem ( object sender, System.Windows.Forms.MeasureItemEventArgs e ) : void
cbJira_SelectedIndexChanged ( object sender, EventArgs e ) : void
tbTime_KeyDown ( object sender, KeyEventArgs e ) : void
tbTime_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

IssueControl() public method

public IssueControl ( StopWatch.JiraClient jiraClient, Settings settings ) : System
jiraClient StopWatch.JiraClient
settings Settings
return System

OpenIssueInBrowser() public method

public OpenIssueInBrowser ( string key ) : void
key string
return void

Pause() public method

public Pause ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ToggleRemoveIssueButton() public method

public ToggleRemoveIssueButton ( bool Enable ) : void
Enable bool
return void

UpdateOutput() public method

public UpdateOutput ( bool updateSummary = false ) : void
updateSummary bool
return void

focusJiraField() public method

public focusJiraField ( ) : bool
return bool