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)
Syntax
'Declaration
Function GetAllBuildDetails ( _
buildUri As Uri _
) As IBuildDetail
IBuildDetail GetAllBuildDetails(
Uri buildUri
)
IBuildDetail^ GetAllBuildDetails(
Uri^ buildUri
)
abstract GetAllBuildDetails :
buildUri:Uri -> IBuildDetail
function GetAllBuildDetails(
buildUri : Uri
) : IBuildDetail
Parameters
buildUri
Type: System.UriThe URI of the build.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetail
The build with the specified URI, with all details.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.