C# 클래스 GitUI.CommandsDialogs.FormPull

상속: GitModuleForm
파일 보기 프로젝트 열기: gitextensions/gitextensions 1 사용 예제들

공개 메소드들

메소드 설명
FormPull ( GitUICommands aCommands, string defaultRemoteBranch, string defaultRemote ) : System
PullAndShowDialogWhenFailed ( IWin32Window owner ) : DialogResult
PullChanges ( IWin32Window owner ) : DialogResult
SetForFetchAll ( ) : void

비공개 메소드들

메소드 설명
AddRemoteClick ( object sender, EventArgs e ) : void
AskIfSubmodulesShouldBeInitialized ( ) : bool
BindRemotesDropDown ( string selectedRemoteName ) : void
BranchesDropDown ( object sender, EventArgs e ) : void
CalculateLocalBranch ( string remote, string &curLocalBranch, string &curRemoteBranch ) : bool
CalculateRemoteBranchName ( ) : string
CalculateRemoteBranchNameBasedOnBranchesText ( ) : string
CalculateSource ( ) : string
CalculateStashedValue ( IWin32Window owner ) : bool
CheckMergeConflictsOnError ( IWin32Window owner ) : void
CreateFormProcess ( string source, string curLocalBranch, string curRemoteBranch ) : FormProcess
FetchCheckedChanged ( object sender, EventArgs e ) : void
FillPullSourceDropDown ( ) : void
FormPull ( ) : System
FormPullLoad ( object sender, EventArgs e ) : void
GetSelectedRemotes ( ) : IEnumerable
GetTagsArg ( ) : bool?
HandlePullOnExit ( bool &isError, FormProcess form ) : bool
Init ( string defaultRemote ) : void
InitModules ( ) : bool
IsPullAll ( ) : bool
IsSubmodulesInitialized ( ) : bool
LoadPuttyKey ( ) : void
MergeCheckedChanged ( object sender, EventArgs e ) : void
MergeCommitExists ( ) : bool
MergetoolClick ( object sender, EventArgs e ) : void
PopStash ( IWin32Window owner ) : void
PullClick ( object sender, EventArgs e ) : void
PullFromRemoteCheckedChanged ( object sender, EventArgs e ) : void
PullFromUrlCheckedChanged ( object sender, EventArgs e ) : void
PullSourceValidating ( object sender, CancelEventArgs e ) : void
RebaseCheckedChanged ( object sender, EventArgs e ) : void
RemotesValidating ( object sender, CancelEventArgs e ) : void
Remotes_TextChanged ( object sender, EventArgs e ) : void
ResetRemoteHeads ( ) : void
ShouldPullChanges ( ) : bool
ShouldRebaseMergeCommit ( ) : DialogResult
ShowProcessDialogBox ( IWin32Window owner, string source, FormProcess process ) : void
StashClick ( object sender, EventArgs e ) : void
UpdateSettingsDuringPull ( ) : void
localBranch_Leave ( object sender, EventArgs e ) : void

메소드 상세

FormPull() 공개 메소드

public FormPull ( GitUICommands aCommands, string defaultRemoteBranch, string defaultRemote ) : System
aCommands GitUICommands
defaultRemoteBranch string
defaultRemote string
리턴 System

PullAndShowDialogWhenFailed() 공개 메소드

public PullAndShowDialogWhenFailed ( IWin32Window owner ) : DialogResult
owner IWin32Window
리턴 DialogResult

PullChanges() 공개 메소드

public PullChanges ( IWin32Window owner ) : DialogResult
owner IWin32Window
리턴 DialogResult

SetForFetchAll() 공개 메소드

public SetForFetchAll ( ) : void
리턴 void