C# 클래스 GitScc.Blinkbox.UI.BBPendingChanges

Interaction logic for BBPendingChanges.xaml
파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider

공개 메소드들

메소드 설명
AmendCommit ( ) : void

Amends the previous commit.

BBPendingChanges ( ) : System

Initializes a new instance of the BBPendingChanges class.

Commit ( ) : void

Commits the working directory.

EndReview ( ) : void

Ends the review.

GetTracker ( ) : GitFileStatusTracker

Gets the tracker.

OpenFile ( string fileName ) : void

Opens the file.

RefreshPendingChanges ( GitFileStatusTracker currentTracker ) : void

Refreshes the pending changes.

Review ( List changedFiles, string branchName = null ) : void

Reviews the specified changed files.

UpdateTfsStatus ( AheadBehind aheadBehind ) : void

Updates the TFS status.

메소드 상세

AmendCommit() 공개 메소드

Amends the previous commit.
public AmendCommit ( ) : void
리턴 void

BBPendingChanges() 공개 메소드

Initializes a new instance of the BBPendingChanges class.
public BBPendingChanges ( ) : System
리턴 System

Commit() 공개 메소드

Commits the working directory.
public Commit ( ) : void
리턴 void

EndReview() 공개 메소드

Ends the review.
public EndReview ( ) : void
리턴 void

GetTracker() 공개 메소드

Gets the tracker.
public GetTracker ( ) : GitFileStatusTracker
리턴 GitFileStatusTracker

OpenFile() 공개 메소드

Opens the file.
public OpenFile ( string fileName ) : void
fileName string Name of the file.
리턴 void

RefreshPendingChanges() 공개 메소드

Refreshes the pending changes.
public RefreshPendingChanges ( GitFileStatusTracker currentTracker ) : void
currentTracker GitFileStatusTracker The tracker.
리턴 void

Review() 공개 메소드

Reviews the specified changed files.
public Review ( List changedFiles, string branchName = null ) : void
changedFiles List The changed files.
branchName string Name of the branch.
리턴 void

UpdateTfsStatus() 공개 메소드

Updates the TFS status.
public UpdateTfsStatus ( AheadBehind aheadBehind ) : void
aheadBehind AheadBehind The ahead behind.
리턴 void