This documentation is archived and is not being maintained.
IQueuedBuildSpec Interface
Visual Studio 2013
Interface for a build queue specification, which can be used to query for queued builds.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IQueuedBuildSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CompletedWindow | Gets or sets the completed-by time window that is used to query for completed builds. |
![]() | ControllerSpec | Gets the controller specification for this build queue specification. |
![]() | DefinitionSpec | Gets the definition specification for this build queue specification. |
![]() | DefinitionUris | Gets the definition uniform resource identifiers (URIs) for this build queue specification. |
![]() | QueryOptions | Gets or sets the query options that are used for this build queue query. |
![]() | RequestedFor | Gets or sets the user for whom this build was requested. |
![]() | Status | Gets or sets the status filter that is used for this build queue query. |
Show:
