This documentation is archived and is not being maintained.
IBuildControllerSpec Interface
Visual Studio 2013
Interface for a build controller specification. Used to query for build controllers.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IBuildControllerSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IncludeAgents | Gets or sets a flag that describes whether to include build agents in the result set. |
![]() | Name | Gets or sets the name of the desired build controllers. Wildcard characters are supported. |
![]() | PropertyNameFilters | The property names to be returned from the query/queries. A "*" will retrieve all property names, an empty array will retrieve none, and any other array will match types verbatim. |
![]() | ServiceHostName | Gets or sets the service host name of the desired build controllers. Wildcard characters are supported. |
Show:
