IBuildDetailSpec Members

Include Protected Members
Include Inherited Members

This interface represents a build detail specification which can be used to query for builds on the build computer.

The IBuildDetailSpec type exposes the following members.

Properties

 

Name

Description

Public property

BuildNumber

Gets or sets the number of the specified build or builds. Wildcard characters are supported.

Public property

DefinitionSpec

Gets the definition specification of the specified build or builds.

Public property

InformationTypes

Gets or sets the information types to be returned from a query or queries. An asterisk wildcard character (*) retrieves all information types, an empty array retrieves no information types, and any other array matches the specified types exactly.

Public property

MaxBuildsPerDefinition

Gets or sets the maximum number of builds to be returned per definition.

Public property

MaxFinishTime

Gets or sets the end of the finish time range of the specified build or builds.

Public property

MinChangedTime

Gets or sets the minimum last changed on value of the specified build or builds.

Public property

MinFinishTime

Gets or sets the start value of the finish time range of the specified build or builds.

Public property

Quality

Gets or sets the quality of the specified build or builds.

Public property

QueryOptions

Gets or sets the additional data to be returned from the query or queries.

Public property

QueryOrder

Gets or sets the ordering that will be used when you set a maximum number of builds.

Public property

Status

Gets or sets the status of the desired build or builds.

Top

See Also

Reference

IBuildDetailSpec Interface

Microsoft.TeamFoundation.Build.Client Namespace