This documentation is archived and is not being maintained.
IBuildDefinitionSpec Interface
Visual Studio 2013
An interface for a build definition specification. Used to query for build definitions.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IBuildDefinitionSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ContinuousIntegrationType | Gets or sets an optional filter to control the type of build definitions that are returned from the query. |
![]() | FullPath | Gets the full path of the desired build definitions. |
![]() | Name | Gets or sets the name of the desired build definitions. Wildcard characters are supported. |
![]() | Options | Gets or sets the query options that are used to determine whether supporting objects are returned from the query. |
![]() | 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. |
![]() | TeamProject | Gets the team project of the desired build definitions. |
![]() | TriggerType | An optional filter to control the type of build definitions returned from the query. |
Show:
