This documentation is archived and is not being maintained.
IQueuedBuildsView Interface
Visual Studio 2013
The interface for a view of the queued builds in the server that is running Team Foundation Build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IQueuedBuildsView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CompletedWindow | Gets or sets the time span to hold builds in the queue during polling. |
![]() | ControllerFilter | Gets the build controller specification used to filter builds in the QueuedBuilds property. |
![]() | DefinitionFilter | Gets the build definition specification used to filter builds in the QueuedBuilds property. |
![]() | QueryOptions | Gets or sets the query options to use when querying the QueuedBuilds property. |
![]() | QueuedBuilds | Gets the queued builds in the team project that match the specified AgentFilter, DefinitionFilter, and StatusFilter properties. |
![]() | RequestedForFilter | Gets or sets the requested for filter. |
![]() | StatusFilter | Gets or sets the status filter. |
![]() | TeamProjectFilter | Gets the team project filter. |
| Name | Description | |
|---|---|---|
![]() | Connect() | Starts polling, using the default interval of 30 seconds and no synchronization object. |
![]() | Connect(Int32, ISynchronizeInvoke) | Starts polling, using the specified interval and ISynchronizeInvoke object. |
![]() | Disconnect | Stops polling. |
![]() | Refresh | Manually refreshes the view, and optionally removes completed builds from the view. |
| Name | Description | |
|---|---|---|
![]() | StatusChanged | Raised once for each polling interval. |
![]() | StatusChanging | Raised once for each polling interval. |
Show:
