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)
Syntax
'Declaration
Public Interface IQueuedBuildSpec
public interface IQueuedBuildSpec
public interface class IQueuedBuildSpec
type IQueuedBuildSpec =  interface end
public interface IQueuedBuildSpec
The IQueuedBuildSpec type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | CompletedWindow | Gets or sets the completed-by time window that is used to query for completed builds. | 
| .gif) | ControllerSpec | Gets the controller specification for this build queue specification. | 
| .gif) | DefinitionSpec | Gets the definition specification for this build queue specification. | 
| .gif) | DefinitionUris | Gets the definition uniform resource identifiers (URIs) for this build queue specification. | 
| .gif) | QueryOptions | Gets or sets the query options that are used for this build queue query. | 
| .gif) | RequestedFor | Gets or sets the user for whom this build was requested. | 
| .gif) | Status | Gets or sets the status filter that is used for this build queue query. | 
Top