Interface for a build detail specification. Used to query for builds on the server that is running Team Foundation Build.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IBuildDetailSpec
public interface IBuildDetailSpec
public interface class IBuildDetailSpec
type IBuildDetailSpec =  interface end
public interface IBuildDetailSpec
The IBuildDetailSpec type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildNumber | Gets or sets the number of the desired builds. Wildcard characters are supported. | 
| .gif) | DefinitionSpec | Gets the build definition specification of the desired builds. | 
| .gif) | DefinitionUris | Gets the build definition uniform resource identifiers (URIs) of the desired builds. | 
| .gif) | InformationTypes | Gets or sets the information types that will be returned from the query or queries. | 
| .gif) | MaxBuildsPerDefinition | Gets or sets the maximum number of builds to return per definition. | 
| .gif) | MaxFinishTime | Gets or sets the end of the finish time range of the specified builds. | 
| .gif) | MinChangedTime | Gets or sets the earliest revision date and time of the desired builds. | 
| .gif) | MinFinishTime | Gets or sets the start value of the finish time range of the specified builds. | 
| .gif) | Quality | Gets or sets the quality of the desired builds. | 
| .gif) | QueryDeletedOption | Gets or sets options to query deleted builds. | 
| .gif) | QueryOptions | Gets or sets the additional data that will be returned from the queries. | 
| .gif) | QueryOrder | Gets or sets the ordering scheme to use when the user sets a maximum number of builds. | 
| .gif) | Reason | Gets or sets the reason for the desired builds. | 
| .gif) | RequestedFor | Gets or sets the user for whom the build was requested. | 
| .gif) | Status | Gets or sets the statuses of the desired builds. | 
Top