IBuildDetailSpec Interface

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
Public property BuildNumber Gets or sets the number of the desired builds. Wildcard characters are supported.
Public property DefinitionSpec Gets the build definition specification of the desired builds.
Public property DefinitionUris Gets the build definition uniform resource identifiers (URIs) of the desired builds.
Public property InformationTypes Gets or sets the information types that will be returned from the query or queries.
Public property MaxBuildsPerDefinition Gets or sets the maximum number of builds to return per definition.
Public property MaxFinishTime Gets or sets the end of the finish time range of the specified builds.
Public property MinChangedTime Gets or sets the earliest revision date and time of the desired builds.
Public property MinFinishTime Gets or sets the start value of the finish time range of the specified builds.
Public property Quality Gets or sets the quality of the desired builds.
Public property QueryDeletedOption Gets or sets options to query deleted builds.
Public property QueryOptions Gets or sets the additional data that will be returned from the queries.
Public property QueryOrder Gets or sets the ordering scheme to use when the user sets a maximum number of builds.
Public property Reason Gets or sets the reason for the desired builds.
Public property RequestedFor Gets or sets the user for whom the build was requested.
Public property Status Gets or sets the statuses of the desired builds.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace