This documentation is archived and is not being maintained.

IBuildServer.GetAllBuildDetails Method

Gets a single build with all details.

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

function GetAllBuildDetails(
	buildUri : Uri
) : IBuildDetail

Parameters

buildUri
Type: System.Uri

The URI of the build.

Return Value

Type: Microsoft.TeamFoundation.Build.Client.IBuildDetail
The build with the specified URI, with all details.

Show: