Include Protected Members
Include Inherited Members
Gets the build definitions.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | QueryBuildDefinitions(String) | Gets the build definitions for the specified team project. | 
| .gif) | QueryBuildDefinitions(IBuildDefinitionSpec) | Gets a single build definition query result for a specified build definition specification. | 
| .gif) | QueryBuildDefinitions(array<IBuildDefinitionSpec[]) | Gets the build definition query results for a specified array of build definition specifications. | 
| .gif) | QueryBuildDefinitions(String, QueryOptions) | Gets the build definitions for the specified team project. The specified query options determine the amount of data that is retrieved in the query. | 
| .gif) | QueryBuildDefinitions(IBuildDefinitionSpec, Boolean) | |
| .gif) | QueryBuildDefinitions(array<IBuildDefinitionSpec[], Boolean) | |
| .gif) | QueryBuildDefinitions(String, QueryOptions, Boolean) | 
Top