This documentation is archived and is not being maintained.
IBuildServer.QueryBuildsByUri Method (Uri[], String[], QueryOptions)
Visual Studio 2013
Gets the builds that match the specified URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
function QueryBuildsByUri(
buildUris : Uri[],
informationTypes : String[],
queryOptions : QueryOptions
) : IBuildDetail[]
Parameters
- buildUris
- Type: System.Uri[]
The build URIs.
- informationTypes
- Type: System.String[]
The information types which should be retrieved. Valid types include the members of Microsoft.TeamFoundation.Build.Common.InformationTypes. Wildcards supported.
- queryOptions
- Type: Microsoft.TeamFoundation.Build.Client.QueryOptions
The query options.
- 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: