C# 클래스 StopWatch.IssueControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: carstengehling/jirastopwatch 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

IssueControl() 공개 메소드

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

OpenIssueInBrowser() 공개 메소드

public OpenIssueInBrowser ( string key ) : void
key string
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

ToggleRemoveIssueButton() 공개 메소드

public ToggleRemoveIssueButton ( bool Enable ) : void
Enable bool
리턴 void

UpdateOutput() 공개 메소드

public UpdateOutput ( bool updateSummary = false ) : void
updateSummary bool
리턴 void

focusJiraField() 공개 메소드

public focusJiraField ( ) : bool
리턴 bool