C# Класс GitScc.Blinkbox.UI.BBPendingChanges

Interaction logic for BBPendingChanges.xaml
Показать файл Открыть проект

Открытые методы

Метод Описание
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