Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
void DeleteByBuild(
Uri buildUri
)
void DeleteByBuild(
Uri^ buildUri
)
abstract DeleteByBuild :
buildUri:Uri -> unit
Sub DeleteByBuild (
buildUri As Uri
)
Parameters
buildUri
Type: System.UriThe URI for a build of the test project.
See Also
ITestRun
ITestRunHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top