Method | Description | |
---|---|---|
CancelReview ( ) : void |
Cancels a review.
|
|
Checkin ( ) : void |
Get the latest from TFS
|
|
DevelopmentService ( SccProviderService sccProvider, |
Initializes a new instance of the DevelopmentService class.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetLatest ( ) : void |
Get the latest from TFS
|
|
RefreshTfsStatus ( bool forceUpdate ) : void |
Updates the TFS status and displays in the pending changes window.
|
|
Review ( ) : void |
Compare working directory with TFS
|
|
RunAsync ( System.Action action, string operation ) : Task |
Runs the provided action asyncronously.
|
|
RunUnitTests ( ) : void |
Executes unit tests.
|
|
UpdateTfsStatus ( ) : void |
Updates the TFS status and displays in the pending changes window.
|
Method | Description | |
---|---|---|
CheckLatestFromTfs ( string currentBranch ) : bool |
Checks whether the provided branch is ahead and/or behind tfs.
|
|
CheckWorkingDirectoryClean ( ) : bool |
Checks whether the working directory has any unchanged files or is in the middle of a merge.
|
|
CommitIfRequired ( ) : void |
Merges if required.
|
|
FetchFromTfs ( bool silent = false ) : void |
Fetches from TFS into the tfs/default remote branch.
|
public DevelopmentService ( SccProviderService sccProvider, |
||
sccProvider | SccProviderService | The SCC provider. |
notificationService | The notification service. | |
sccHelper | The SCC helper. | |
return | System |
public RefreshTfsStatus ( bool forceUpdate ) : void | ||
forceUpdate | bool | if set to |
return | void |
public RunAsync ( System.Action action, string operation ) : Task | ||
action | System.Action | The action. |
operation | string | The operation. |
return | Task |