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.
Include Protected Members
Include Inherited Members
Gets builds.
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 | |
---|---|---|
![]() |
QueryBuilds(String) | Gets all builds for a team project. |
![]() |
QueryBuilds(IBuildDefinition) | Gets all builds for a build definition. |
![]() |
QueryBuilds(IBuildDefinitionSpec) | Gets all builds for a build definition specification. |
![]() |
QueryBuilds(IBuildDetailSpec) | Gets a single build query result for the specified build specification. |
![]() |
QueryBuilds(array<IBuildDetailSpec[]) | Gets the build query results for the specified list of build specifications. |
![]() |
QueryBuilds(String, String) | Gets all builds for a team project and definition. |
Top