Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestRunHelper::DeleteByBuild Method (Uri^)

 

Deletes all test runs, test run information, and build-level coverage data that is stored on the server for the given build URI.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

void DeleteByBuild(
	Uri^ buildUri
)

Parameters

buildUri
Type: System::Uri^

The URI for a build of the test project.

Return to top
Show: