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
声明
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 | |
---|---|---|
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. | |
TeamProject | Gets the team project of the desired build definitions. |
Top