IBuildDefinitionSpec Interface

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)

Syntax

'Declaration
Public Interface IBuildDefinitionSpec
public interface IBuildDefinitionSpec
public interface class IBuildDefinitionSpec
type IBuildDefinitionSpec =  interface end
public interface IBuildDefinitionSpec

The IBuildDefinitionSpec type exposes the following members.

Properties

  Name Description
Public property ContinuousIntegrationType Gets or sets an optional filter to control the type of build definitions that are returned from the query.
Public property FullPath Gets the full path of the desired build definitions.
Public property Name Gets or sets the name of the desired build definitions. Wildcard characters are supported.
Public property Options Gets or sets the query options that are used to determine whether supporting objects are returned from the query.
Public property 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.
Public property TeamProject Gets the team project of the desired build definitions.
Public property TriggerType An optional filter to control the type of build definitions returned from the query.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace