Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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 | |
|---|---|---|
![]() |
BuildNumber | Gets or sets the number of the desired builds. Wildcard characters are supported. |
![]() |
DefinitionSpec | Gets the build definition specification of the desired builds. |
![]() |
DefinitionUris | Gets the build definition uniform resource identifiers (URIs) of the desired builds. |
![]() |
InformationTypes | Gets or sets the information types that will be returned from the query or queries. |
![]() |
MaxBuildsPerDefinition | Gets or sets the maximum number of builds to return per definition. |
![]() |
MaxFinishTime | Gets or sets the end of the finish time range of the specified builds. |
![]() |
MinChangedTime | Gets or sets the earliest revision date and time of the desired builds. |
![]() |
MinFinishTime | Gets or sets the start value of the finish time range of the specified builds. |
![]() |
Quality | Gets or sets the quality of the desired builds. |
![]() |
QueryDeletedOption | Gets or sets options to query deleted builds. |
![]() |
QueryOptions | Gets or sets the additional data that will be returned from the queries. |
![]() |
QueryOrder | Gets or sets the ordering scheme to use when the user sets a maximum number of builds. |
![]() |
Reason | Gets or sets the reason for the desired builds. |
![]() |
RequestedFor | Gets or sets the user for whom the build was requested. |
![]() |
Status | Gets or sets the statuses of the desired builds. |
Top
.gif)