IBuildServer.QueryBuildControllers Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
QueryBuildControllers() | Gets all build controllers and their associated agents. | |
QueryBuildControllers(Boolean) | Gets all build controllers. | |
QueryBuildControllers(IBuildControllerSpec) | Gets a single build controller query result for a specified build controller specification. | |
QueryBuildControllers(array<IBuildControllerSpec[]) | Gets the build controller query results for the specified build controller specifications. |
Top