C# Class GitScc.Blinkbox.UI.BBPendingChanges

Interaction logic for BBPendingChanges.xaml
Afficher le fichier Open project: blinkbox/Git-Source-Control-Provider

Méthodes publiques

Méthode Description
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.

Method Details

AmendCommit() public méthode

Amends the previous commit.
public AmendCommit ( ) : void
Résultat void

BBPendingChanges() public méthode

Initializes a new instance of the BBPendingChanges class.
public BBPendingChanges ( ) : System
Résultat System

Commit() public méthode

Commits the working directory.
public Commit ( ) : void
Résultat void

EndReview() public méthode

Ends the review.
public EndReview ( ) : void
Résultat void

GetTracker() public méthode

Gets the tracker.
public GetTracker ( ) : GitFileStatusTracker
Résultat GitFileStatusTracker

OpenFile() public méthode

Opens the file.
public OpenFile ( string fileName ) : void
fileName string Name of the file.
Résultat void

RefreshPendingChanges() public méthode

Refreshes the pending changes.
public RefreshPendingChanges ( GitFileStatusTracker currentTracker ) : void
currentTracker GitFileStatusTracker The tracker.
Résultat void

Review() public méthode

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

UpdateTfsStatus() public méthode

Updates the TFS status.
public UpdateTfsStatus ( AheadBehind aheadBehind ) : void
aheadBehind AheadBehind The ahead behind.
Résultat void