Sdílet prostřednictvím


ContentController.GetBuildInformation Method

Retrieves the information nodes associated with a build with id buildId

Namespace:  Microsoft.TeamFoundation.Build.Server.Rest
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<HttpGetAttribute> _
Public Function GetBuildInformation ( _
    buildId As Integer _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetBuildInformation(
    int buildId
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetBuildInformation(
    int buildId
)
[<HttpGetAttribute>]
member GetBuildInformation : 
        buildId:int -> HttpResponseMessage
public function GetBuildInformation(
    buildId : int
) : HttpResponseMessage

Parameters

Return Value

Type: System.Net.Http.HttpResponseMessage
Queryable list of build information nodes

.NET Framework Security

See Also

Reference

ContentController Class

Microsoft.TeamFoundation.Build.Server.Rest Namespace