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.
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
- buildId
Type: System.Int32
Return Value
Type: System.Net.Http.HttpResponseMessage
Queryable list of build information nodes
.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.