BuildsController.GetBuild Method
Returns a data representation of the requested build object
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetBuild ( _
buildId As Integer _
) As Build
[HttpGetAttribute]
public Build GetBuild(
int buildId
)
[HttpGetAttribute]
public:
Build^ GetBuild(
int buildId
)
[<HttpGetAttribute>]
member GetBuild :
buildId:int -> Build
public function GetBuild(
buildId : int
) : Build
Parameters
- buildId
Type: System.Int32
Return Value
Type: Build
A data representation of the requested build. Builds can still be queried after deletion
.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.