This documentation is archived and is not being maintained.
IBuildServer.QueryBuilds Method (String)
Visual Studio 2013
Gets all builds for a team project.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- teamProject
- Type: System.String
The team project for which builds are retrieved.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetail[]The builds for the specified team project.
- 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.
Show: